diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 9c3e54b..0959cb8 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -345,8 +345,14 @@ void print_help(int mode) { " If \"string\" contains \"/\" it is instead interpreted\n" " as a file to periodically check for new hosts.\n" " The first line is read and then the file is truncated.\n" -" Be careful for this usage mode if x11vnc is running as\n" -" root (e.g. via gdm(1), etc).\n" +" Be careful about the location of this file if x11vnc\n" +" is running as root (e.g. via gdm(1), etc).\n" +"\n" +"-connect_or_exit str As with -connect, except if none of the reverse\n" +" connections succeed, then x11vnc shutdowns immediately.\n" +"\n" +" If you do not want x11vnc to listen on ANY interface\n" +" use -rfbport 0\n" "\n" "-vncconnect Monitor the VNC_CONNECT X property set by the standard\n" "-novncconnect VNC program vncconnect(1). When the property is\n" @@ -379,6 +385,11 @@ void print_help(int mode) { " the -allow list (and vice versa) to avoid situations\n" " where no connections (or too many) are allowed.\n" "\n" +" If you do not want x11vnc to listen on ANY interface\n" +" (evidently you are using -connect or -connect_or_exit,\n" +" or plan to use remote control: -R connect:host), use\n" +" -rfbport 0\n" +"\n" "-nolookup Do not use gethostbyname() or gethostbyaddr() to look up\n" " host names or IP numbers. Use this if name resolution\n" " is incorrectly set up and leads to long pauses as name\n" @@ -1543,8 +1554,10 @@ void print_help(int mode) { "-dbg Instead of exiting after cleaning up, run a simple\n" " \"debug crash shell\" when fatal errors are trapped.\n" "\n" -"-q Be quiet by printing less informational output to\n" -" stderr. Same as -quiet.\n" +"-q, -quiet Be quiet by printing less informational output to\n" +" stderr.\n" +"-v, -verbose Print out more information to stderr.\n" +"\n" "-bg Go into the background after screen setup. Messages to\n" " stderr are lost unless -o logfile is used. Something\n" " like this could be useful in a script:\n" |