commit 81ec18e582cc9e4960055bd94ef0577fb7ae2d12 Author: Arturo Filastò arturo@filasto.net Date: Thu Jun 30 10:31:35 2016 +0200
Avoid clash with -p printdeck --- ooni/oonicli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py index e9038a4..fb3754f 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -57,7 +57,7 @@ class Options(usage.Options): "directory."], ["annotations", "a", None, "Annotate the report with a key:value[, " "key:value] format."], - ["preferred-backend", "p", None, "Set the preferred backend to use " + ["preferred-backend", "P", None, "Set the preferred backend to use " "when submitting results and/or " "communicating with test helpers. " "Can be either onion, "
tor-commits@lists.torproject.org