diff options
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" |