mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Remove outstanding references to certbot-auto
This commit is contained in:
parent
4fe5ba31ca
commit
174b1e182c
1 changed files with 1 additions and 2 deletions
|
|
@ -243,8 +243,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
|||
" to --server " + constants.STAGING_URI)
|
||||
helpful.add(
|
||||
"testing", "--debug", action="store_true", default=flag_default("debug"),
|
||||
help="Show tracebacks in case of errors, and allow certbot-auto "
|
||||
"execution on experimental platforms")
|
||||
help="Show tracebacks in case of errors")
|
||||
helpful.add(
|
||||
[None, "certonly", "run"], "--debug-challenges", action="store_true",
|
||||
default=flag_default("debug_challenges"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue