mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge pull request #5108 from certbot/issue_5107
add a help output for cert-name
This commit is contained in:
commit
837f691992
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
|
|||
"specified or you already have a certificate for the same "
|
||||
"domains. (default: Ask)")
|
||||
helpful.add(
|
||||
[None, "run", "certonly", "manage", "delete", "certificates"],
|
||||
[None, "run", "certonly", "manage", "delete", "certificates", "renew"],
|
||||
"--cert-name", dest="certname",
|
||||
metavar="CERTNAME", default=None,
|
||||
help="Certificate name to apply. This name is used by Certbot for housekeeping "
|
||||
|
|
|
|||
Loading…
Reference in a new issue