diff options
author | runge <runge> | 2006-07-15 16:21:24 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-15 16:21:24 +0000 |
commit | 6e2fa292297af38a12ab6a0bac1a2873b2fb289c (patch) | |
tree | aa4ee196574116ff8020f27e845b4746a4a63f9b /x11vnc/help.c | |
parent | 6facce2c5c741f99624e9ad50fa37918a752570c (diff) | |
download | libtdevnc-6e2fa292.tar.gz libtdevnc-6e2fa292.zip |
update versions for next rel. add some more shortcuts to user:opts
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 5297823..28e9498 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -620,17 +620,20 @@ void print_help(int mode) { " above command is run as the user who just authenticated\n" " via the login and password prompt.\n" "\n" -" Also in the case of -unixpw, the user logging in can\n" -" place a colon at the end of his username and supply\n" -" a few options: scale=, scale_cursor= (or sc=), solid,\n" -" id=, clear_mods (or cm), clear_keys (or ck), repeat, or\n" -" speeds= separated by commas if there is more than one.\n" +" Also in the case of -unixpw, the user logging in\n" +" can place a colon at the end of his username and\n" +" supply a few options: scale=, scale_cursor= (or sc=),\n" +" solid (or so), id=, clear_mods (or cm), clear_keys\n" +" (or ck), repeat, speeds= (or sp=), or readtimeout=\n" +" (or rd=) separated by commas if there is more than one.\n" " After the user logs in successfully, these options will\n" " be applied to the VNC screen. For example,\n" "\n" -" login: fred:scale=3/4,repeat\n" +" login: fred:scale=3/4,sc=1,repeat\n" " Password: ...\n" "\n" +" login: runge:sp=modem,rd=120,solid=root:\n" +"\n" " for convenience m/n implies scale= e.g. fred:3/4\n" " To disable this set the environment variable\n" " X11VNC_NO_UNIXPW_OPTS=1. To set any other options,\n" |