summaryrefslogtreecommitdiffstats
path: root/x11vnc/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r--x11vnc/help.c20
1 files changed, 16 insertions, 4 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c
index 366ea7d..2a92cc2 100644
--- a/x11vnc/help.c
+++ b/x11vnc/help.c
@@ -430,7 +430,12 @@ void print_help(int mode) {
" Rendezvous, Bonjour). Depending on your setup, you\n"
" may need to start avahi-daemon and open udp port 5353\n"
" in your firewall.\n"
+"\n"
+" If the avahi API cannot be found at build time, a helper\n"
+" program like avahi-publish(1) or dns-sd(1) will be tried\n"
+"\n"
"-mdns Same as -avahi.\n"
+"-zeroconf Same as -avahi.\n"
"\n"
"-connect string For use with \"vncviewer -listen\" reverse connections.\n"
" If \"string\" has the form \"host\" or \"host:port\"\n"
@@ -2193,6 +2198,12 @@ void print_help(int mode) {
" may be needed for GNOME and KDE. If x11vnc guesses\n"
" your desktop incorrectly, you can force it by prefixing\n"
" color with \"gnome:\", \"kde:\", \"cde:\" or \"root:\".\n"
+"\n"
+" This mode works in a limited way on the Mac OS X Console\n"
+" with one color ('kelp') using the screensaver writing\n"
+" to the background. Look in \"~/Library/Screen Savers\"\n"
+" for VncSolidColor.png to change the color.\n"
+"\n"
"-blackout string Black out rectangles on the screen. \"string\" is a\n"
" comma separated list of WxH+X+Y type geometries for\n"
" each rectangle. If one of the items on the list is the\n"
@@ -4474,14 +4485,15 @@ void print_help(int mode) {
" connectfile can be accessed by other users. Once\n"
" remote-control is disabled it cannot be turned back on.\n"
"-nocmds No external commands (e.g. system(3), popen(3), exec(3))\n"
-" will be run.\n"
+" will be run at all.\n"
"-allowedcmds list \"list\" contains a comma separated list of the only\n"
" external commands that can be run. The full list of\n"
" associated options is:\n"
"\n"
-" stunnel, ssl, unixpw, WAIT, id, accept, afteraccept,\n"
-" gone, pipeinput, v4l-info, rawfb-setup, dt, gui, ssh,\n"
-" storepasswd, passwdfile, custom_passwd, crash.\n"
+" stunnel, ssl, unixpw, WAIT, zeroconf, id, accept,\n"
+" afteraccept, gone, pipeinput, v4l-info, rawfb-setup,\n"
+" dt, gui, ssh, storepasswd, passwdfile, custom_passwd,\n"
+" crash.\n"
"\n"
" See each option's help to learn the associated external\n"
" command. Note that the -nocmds option takes precedence\n"