diff options
author | runge <runge> | 2007-04-07 21:39:20 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-07 21:39:20 +0000 |
commit | b6498656ae9f7dee3ca2022fdcae5394008936c1 (patch) | |
tree | 0599779038a00f12ec019593da1e25373e4e0c7d /x11vnc/help.c | |
parent | 570b8e90900d4ca5a9136f0f835557553410df4a (diff) | |
download | libtdevnc-b6498656ae9f7dee3ca2022fdcae5394008936c1.tar.gz libtdevnc-b6498656ae9f7dee3ca2022fdcae5394008936c1.zip |
x11vnc: add gnome, kde, etc. FINDCREATEDISPLAY tags.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 5092230..25390c1 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -817,7 +817,10 @@ void print_help(int mode) { " (or ge=). This only has an effect in FINDCREATEDISPLAY\n" " mode when a virtual X server such as Xvfb is going to\n" " be created. It sets the width and height of the new\n" -" display, and optionally the color depth as well.\n" +" display, and optionally the color depth as well. You\n" +" can also supply \"kde\", \"gnome\", \"fvwm\", \"twm\",\n" +" or \"failsafe\" to have the created display use that\n" +" mode for the user session.\n" "\n" " To disable the option setting set the environment\n" " variable X11VNC_NO_UNIXPW_OPTS=1 before starting x11vnc.\n" |