From e4c85d48e68d5f135dd3a478aff8adb7697a1349 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 10 Sep 2006 21:06:44 +0000 Subject: x11vnc: REQ_ARGS, EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT --- x11vnc/help.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11vnc/help.c') diff --git a/x11vnc/help.c b/x11vnc/help.c index 9c4134b..75d8544 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1066,6 +1066,11 @@ void print_help(int mode) { "\n" " ssl_vncviewer -mycert ./roger.pem hostname:0\n" "\n" +" If you set the env. var REQ_ARGS='...' it will be\n" +" passed to openssl req(1). A common use would be\n" +" REQ_ARGS='-days 730' to bump up the expiration date\n" +" (2 years in this case).\n" +"\n" "-sslEncKey [pem] Utility to encrypt an existing PEM file with a\n" " passphrase you supply when prompted. For that key to be\n" " used (e.g. by x11vnc) the passphrase must be supplied\n" @@ -3463,7 +3468,7 @@ void xopen_display_fail_message(char *disp) { " will of course change,\n"); fprintf(stderr, " and the directory the cookie file resides in may" " also be system dependent.\n"); - fprintf(stderr, " Sometimes the command \"ps wwaux | grep auth\"" + fprintf(stderr, " Sometimes the command \"ps wwwaux | grep auth\"" " can reveal the file location.\n"); fprintf(stderr, "\n"); fprintf(stderr, "See also: http://www.karlrunge.com/x11vnc/#faq\n"); -- cgit v1.2.3