mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use option name --test-commandline in tor-fw-helper.
It was previously --Test in the help output and --test-commandline in the getopt call. The man page already had --test. (Originally by David, who resolved the tie in favor of "--test"; I chose --test-commandline" instead so that nothing that depended on it could break. -Nick)
This commit is contained in:
committed by
Nick Mathewson
parent
8c211c3cda
commit
03efe54027
@@ -97,7 +97,7 @@ usage(void)
|
||||
{
|
||||
fprintf(stderr, "tor-fw-helper usage:\n"
|
||||
" [-h|--help]\n"
|
||||
" [-T|--Test]\n"
|
||||
" [-T|--test-commandline]\n"
|
||||
" [-v|--verbose]\n"
|
||||
" [-g|--fetch-public-ip]\n"
|
||||
" [-p|--forward-port ([<external port>]:<internal port>])\n");
|
||||
|
||||
Reference in New Issue
Block a user