commit 5eec9829381d4594e9312345898b5c17103262d5 Author: Jacek Wielemborek d33tah@gmail.com Date: Mon May 18 14:18:22 2015 +0200
Don't mention the default bouncer twice. --- ooni/oonicli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 6020501..030014e 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -41,7 +41,7 @@ class Options(usage.Options): ["collector", "c", None, "Address of the collector of test results. This option should not be used, but you should always use a bouncer."], ["bouncer", "b", 'httpo://nkvphnp3p6agi5qq.onion', - "Address of the bouncer for test helpers. default: httpo://nkvphnp3p6agi5qq.onion"], + "Address of the bouncer for test helpers."], ["logfile", "l", None, "log file name"], ["pcapfile", "O", None, "pcap file name"], ["configfile", "f", None,
tor-commits@lists.torproject.org