mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-22 00:52:18 -05:00
minor corrections to usage string
This commit is contained in:
parent
36e05640c0
commit
48d4d81e0c
@ -41,13 +41,13 @@ const char* USAGE_STRING =
|
|||||||
"-V: version\n" \
|
"-V: version\n" \
|
||||||
"-f: foreground\n" \
|
"-f: foreground\n" \
|
||||||
"-n: numeric output\n" \
|
"-n: numeric output\n" \
|
||||||
|
"-u: specify under which user to run\n" \
|
||||||
"--transparent: behave as a transparent proxy\n" \
|
"--transparent: behave as a transparent proxy\n" \
|
||||||
"-F: use configuration file\n" \
|
"-F: use configuration file\n" \
|
||||||
"--on-timeout: connect to specified address upon timeout (default: ssh address)\n" \
|
"--on-timeout: connect to specified address upon timeout (default: ssh address)\n" \
|
||||||
"-t: seconds to wait before connecting to --on-timeout 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" \
|
"-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" \
|
"--[ssh,ssl,...]: where to connect connections from corresponding protocol.\n" \
|
||||||
"-F: specify a configuration file\n" \
|
|
||||||
"-P: PID file.\n" \
|
"-P: PID file.\n" \
|
||||||
"-i: Run as a inetd service.\n" \
|
"-i: Run as a inetd service.\n" \
|
||||||
"";
|
"";
|
||||||
|
Loading…
Reference in New Issue
Block a user