commit 72c66005313ac954ec019d872f8fb012309920af Author: E.Iosifidis iosifidise@gmail.com Date: Wed Jan 11 19:47:18 2017 +0200
Added a space when printing the -g opt (#710) --- ooni/ui/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/ui/cli.py b/ooni/ui/cli.py index adaef30..162354c 100644 --- a/ooni/ui/cli.py +++ b/ooni/ui/cli.py @@ -26,7 +26,7 @@ class Options(usage.Options): optFlags = [["help", "h"], ["no-collector", "n", "Disable writing to collector"], ["no-njson", "N", "Disable writing to disk"], - ["no-geoip", "g", "Disable geoip lookup on start." + ["no-geoip", "g", "Disable geoip lookup on start. " "With this option your IP address can be disclosed in the report."], ["list", "s", "List the currently installed ooniprobe " "nettests"],