diff options
author | runge <runge> | 2007-08-16 00:21:11 +0000 |
---|---|---|
committer | runge <runge> | 2007-08-16 00:21:11 +0000 |
commit | f31f7159b585690a4fed69e80c1559bb0556a6fc (patch) | |
tree | f54e707d141b15dd3095a1c2cb5a5eaf3ba9ca58 /x11vnc/help.c | |
parent | eb2eeed97e47f6b996c6a7bf9830b0083a66a96f (diff) | |
download | libtdevnc-f31f7159b585690a4fed69e80c1559bb0556a6fc.tar.gz libtdevnc-f31f7159b585690a4fed69e80c1559bb0556a6fc.zip |
x11vnc: add reverse -connect support to -display WAIT:, fix SSL Fetch cert only for -display WAIT:
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 40e0cca..41c8b61 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -405,8 +405,12 @@ void print_help(int mode) { "\n" "-connect string For use with \"vncviewer -listen\" reverse connections.\n" " If \"string\" has the form \"host\" or \"host:port\"\n" -" the connection is made once at startup. Use commas\n" -" for a list of host's and host:port's.\n" +" the connection is made once at startup.\n" +"\n" +" Use commas for a list of host's and host:port's.\n" +" E.g. -connect host1,host2 or host1:0,host2:5678.\n" +" Note that to reverse connect to multiple hosts at the\n" +" same time you will likely need to also supply: -shared\n" "\n" " Note that unlike most vnc servers, x11vnc will require a\n" " password for reverse as well as for forward connections.\n" |