Skip to content

Commit

Permalink
Merge pull request certbot#5108 from certbot/issue_5107
Browse files Browse the repository at this point in the history
add a help output for cert-name
  • Loading branch information
SwartzCr committed Sep 13, 2017
2 parents 6828394 + 174a006 commit 837f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/cli.py
Expand Up @@ -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 "
Expand Down

0 comments on commit 837f691

Please sign in to comment.