mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-06 18:33:24 +03:00
Clarify no space after -F (Issue 108, take 2)
This commit is contained in:
parent
067f5d7646
commit
e4a4e04bf8
@ -49,7 +49,7 @@ const char* USAGE_STRING =
|
|||||||
"-n: numeric output\n" \
|
"-n: numeric output\n" \
|
||||||
"-u: specify under which user to run\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 (warning: no space between -F and file name!)\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" \
|
||||||
|
3
sslh.pod
3
sslh.pod
@ -84,6 +84,9 @@ Uses I<filename> as configuration file. If other
|
|||||||
command-line options are specified, they will override the
|
command-line options are specified, they will override the
|
||||||
configuration file's settings.
|
configuration file's settings.
|
||||||
|
|
||||||
|
When using the shorthand version, make sure there should be
|
||||||
|
no space between B<-F> and the I<filename>.
|
||||||
|
|
||||||
=item B<-t> I<num>, B<--timeout> I<num>
|
=item B<-t> I<num>, B<--timeout> I<num>
|
||||||
|
|
||||||
Timeout before forwarding the connection to the timeout
|
Timeout before forwarding the connection to the timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user