From c0dd6e1dc8234df940662fc714b0266b48ba5ea5 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Thu, 5 Nov 2015 19:08:22 -0800 Subject: [PATCH] Document --debug voodoo :) --- letsencrypt/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 9f532f002..f377dbbee 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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"),