diff options
author | David Fifield <david@bamsoftware.com> | 2013-03-13 00:43:21 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 15:09:44 -0400 |
commit | 03efe54027e214be51f5cb4bafcbbd57422da7a1 (patch) | |
tree | ce12f481b7d5128984336992276bd2953a7c57c6 /changes/bug7768 | |
parent | 8c211c3cdae1c6cb0f2d004f8dfaf15569b7501a (diff) | |
download | tor-03efe54027e214be51f5cb4bafcbbd57422da7a1.tar.gz tor-03efe54027e214be51f5cb4bafcbbd57422da7a1.zip |
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)
Diffstat (limited to 'changes/bug7768')
-rw-r--r-- | changes/bug7768 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug7768 b/changes/bug7768 index f523b5b771..e3f9600afb 100644 --- a/changes/bug7768 +++ b/changes/bug7768 @@ -1,3 +1,3 @@ o Documentation fixes: - - Update tor-fw-helper.1.txt to describe its options with their - correct names. Fixes bug 7768. + - Update tor-fw-helper.1.txt and tor-fw-helper.c to make option + names match. Fixes bug 7768. |