diff options
author | runge <runge@karlrunge.com> | 2009-06-14 19:00:09 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-06-14 19:00:09 -0400 |
commit | d11b2abd8cf4d9afb1257695f8be1125d5625a65 (patch) | |
tree | 70fd354a069604031a4087620b7965574aeaef8a /x11vnc/help.c | |
parent | 0e7499fb395ddfe95395bcb70836893dc4c00535 (diff) | |
download | libtdevnc-d11b2abd8cf4d9afb1257695f8be1125d5625a65.tar.gz libtdevnc-d11b2abd8cf4d9afb1257695f8be1125d5625a65.zip |
X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 824028b..0d28f28 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -4031,6 +4031,11 @@ void print_help(int mode) { " window dragging. Consider the -nodragging option if\n" " the problem is severe.\n" "\n" +" The env. var. X11VNC_REFLECT_PASSWORD can be set to\n" +" the password needed to log into the vnc host server, or\n" +" to \"file:path_to_file\" to indicate a file containing\n" +" the password as its first line.\n" +"\n" " The VNC HOST mode implies -shared. Use -noshared as\n" " a subsequent cmdline option to disable sharing.\n" "\n" |