Skip to content

Commit

Permalink
add renew to existing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SwartzCr committed Sep 13, 2017
1 parent b529250 commit 174a006
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions certbot/cli.py
Original file line number Diff line number Diff line change
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 Expand Up @@ -943,11 +943,6 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
helpful.add(["register", "automation"], "--no-eff-email", action="store_false",
default=None, dest="eff_email",
help="Don't share your e-mail address with EFF")
helpful.add(
["certonly", "run", "renew", "manage"], "--cert-name",
help="Flag to specify a particular certificate for the run, certonly,"
" certificates, renew, and delete commands. To get a list of all"
"certificates that Certbot knows about run 'certbot certificates'")
helpful.add(
["automation", "certonly", "run"],
"--keep-until-expiring", "--keep", "--reinstall",
Expand Down

0 comments on commit 174a006

Please sign in to comment.