commit cbfcdde1dc6eb91947ad98bf8c28835bee35f75a Author: Arturo Filastò art@fuffa.org Date: Fri Jan 17 08:44:50 2014 -0500
Fix typo in help. --- ooni/oonicli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py index ea10f17..7978c46 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -37,7 +37,7 @@ class Options(usage.Options):
optParameters = [["reportfile", "o", None, "report file name"], ["testdeck", "i", None, - "Specify as input a test deck: a yaml file containig the tests to run an their arguments"], + "Specify as input a test deck: a yaml file containing the tests to run and their arguments"], ["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',
tor-commits@lists.torproject.org