diff options
author | runge <runge> | 2007-02-17 01:54:36 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-17 01:54:36 +0000 |
commit | a874ddee36c168750abe9a81eab481906e9f7365 (patch) | |
tree | e08939769b53f86f51a23f8ce6bcb241f51ab129 /x11vnc/help.c | |
parent | 057fdbb3eb8671886f0f6777e8af3098eaed55ae (diff) | |
download | libtdevnc-a874ddee36c168750abe9a81eab481906e9f7365.tar.gz libtdevnc-a874ddee36c168750abe9a81eab481906e9f7365.zip |
x11vnc: make https fetch in accept_openssl() work again.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 6f9b23b..6fdc991 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -786,7 +786,7 @@ void print_help(int mode) { " 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" +" place a colon at the end of her username and supply\n" " a few options: scale=, scale_cursor= (or sc=), solid\n" " (or so), id=, clear_mods (or cm), clear_keys (or ck),\n" " repeat, speeds= (or sp=), readtimeout= (or rd=),\n" |