mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
The flag name --test-cert may make sense to most people
This commit is contained in:
parent
45d20847e6
commit
3b5810995d
1 changed files with 1 additions and 1 deletions
|
|
@ -1047,7 +1047,7 @@ def _paths_parser(helpful):
|
|||
add("paths", "--server", default=flag_default("server"),
|
||||
help=config_help("server"))
|
||||
# overwrites server, handled in HelpfulArgumentParser.parse_args()
|
||||
add("testing", "--staging", action='store_true',
|
||||
add("testing", "--test-cert", "--staging", action='store_true', dest='staging',
|
||||
help='Use the staging server to obtain test (invalid) certs; equivalent'
|
||||
' to --server https://acme-staging.api.letsencrypt.org/directory ')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue