From 48d4d81e0ce84e28dfaaa13950cf0b0a25682685 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Sat, 19 Apr 2014 10:41:17 +0200 Subject: [PATCH] minor corrections to usage string --- sslh-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sslh-main.c b/sslh-main.c index 31bd6c6..050d04d 100644 --- a/sslh-main.c +++ b/sslh-main.c @@ -41,13 +41,13 @@ const char* USAGE_STRING = "-V: version\n" \ "-f: foreground\n" \ "-n: numeric output\n" \ +"-u: specify under which user to run\n" \ "--transparent: behave as a transparent proxy\n" \ "-F: use configuration file\n" \ "--on-timeout: connect to specified address upon timeout (default: ssh address)\n" \ "-t: seconds to wait before connecting to --on-timeout address.\n" \ "-p: address and port to listen on.\n Can be used several times to bind to several addresses.\n" \ "--[ssh,ssl,...]: where to connect connections from corresponding protocol.\n" \ -"-F: specify a configuration file\n" \ "-P: PID file.\n" \ "-i: Run as a inetd service.\n" \ "";