Document --debug voodoo :)

This commit is contained in:
Peter Eckersley
2015-11-05 19:09:40 -08:00
parent 987840a539
commit c0dd6e1dc8
+2 -1
View File
@@ -843,7 +843,8 @@ def prepare_and_parse_args(plugins, args):
"really know what you're doing!")
helpful.add(
"testing", "--debug", action="store_true",
help="Show tracebacks if the program exits abnormally")
help="Show tracebacks in case of errors, and allow execution on "
"experimental platforms")
helpful.add(
"testing", "--no-verify-ssl", action="store_true",
help=config_help("no_verify_ssl"),