Clarify no space after -F (Issue 108, take 2)

This commit is contained in:
Yves Rutschle 2017-01-08 13:00:19 +01:00
parent 067f5d7646
commit e4a4e04bf8
2 changed files with 7 additions and 4 deletions

View File

@ -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" \

View File

@ -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