certbot.cli: Remove debug-challenges option for renew subcommand. (#6141)

Addresses issue #5005.
This commit is contained in:
r5d
2018-06-25 18:02:07 -07:00
committed by Brad Warren
parent 7890de62ec
commit 80cd134847
+1 -1
View File
@@ -1082,7 +1082,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
help="Show tracebacks in case of errors, and allow certbot-auto "
"execution on experimental platforms")
helpful.add(
[None, "certonly", "renew", "run"], "--debug-challenges", action="store_true",
[None, "certonly", "run"], "--debug-challenges", action="store_true",
default=flag_default("debug_challenges"),
help="After setting up challenges, wait for user input before "
"submitting to CA")