summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-04-23 08:19:35 +1200
committerKeith Packard <keithp@keithp.com>2014-04-30 10:23:54 -0700
commit2535b76c0d32bc1dd0ddaca06a419a68a4757df1 (patch)
tree53b4790e2f04c120cdcb5d7884c875a8b4e71915
parenta26578dbb93dbaab1910b52f9fa1c87f8c9e6d1e (diff)
os: Add -displayfd into -help text
Add -displayfd into -help text. It was mentioned in the man page but seem to have been missed from the -help text. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--os/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/utils.c b/os/utils.c
index bc5e7df4d..ed7581e1c 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -529,6 +529,7 @@ UseMsg(void)
ErrorF("-cc int default color visual class\n");
ErrorF("-nocursor disable the cursor\n");
ErrorF("-core generate core dump on fatal error\n");
+ ErrorF("-displayfd fd file descriptor to write display number to when ready to connect\n");
ErrorF("-dpi int screen resolution in dots per inch\n");
#ifdef DPMSExtension
ErrorF("-dpms disables VESA DPMS monitor control\n");