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:
David Fifield
2013-03-13 00:43:21 -07:00
committed by Nick Mathewson
parent 8c211c3cda
commit 03efe54027
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.