diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 40fd3ec..0de7fc7 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1119,9 +1119,10 @@ void print_help(int mode) { "-xvnc_redirect As in -create, except Xvnc.redirect instead of Xvfb.\n" "-xdummy_xvfb Sets WAIT:cmd=FINDCREATEDISPLAY-Xdummy,Xvfb\n" "\n" -"-create_x str Sets WAIT:cmd=FINDCREATEDISPLAY-<str> Can be on cmdline\n" +"-create_xsrv str Sets WAIT:cmd=FINDCREATEDISPLAY-<str> Can be on cmdline\n" " after anything that sets WAIT:.. and other things\n" " (e.g. -svc, -xdmsvc) to adjust the X server list.\n" +" Example: -svc ... -create_xsrv Xdummy,X\n" "\n" "-svc Terminal services mode based on SSL access. Alias for\n" " -display WAIT:cmd=FINDCREATEDISPLAY-Xvfb -unixpw -users\n" |