Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Swartz <swartzcr@gmail.com>2017-09-13 21:37:07 +0300
committerNoah Swartz <swartzcr@gmail.com>2017-09-13 21:37:07 +0300
commit174a006d9c97fcfd84167d5b025420d7576c92ef (patch)
tree7db5c2e488f57d17fb92963e2672c9a3aa45082e
parentb529250535da798a3219956a3e8c8ab2225c37f1 (diff)
add renew to existing doc
-rw-r--r--certbot/cli.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/certbot/cli.py b/certbot/cli.py
index bdf742dab..671f8a284 100644
--- a/certbot/cli.py
+++ b/certbot/cli.py
@@ -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 "
@@ -944,11 +944,6 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
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",
dest="reinstall", action="store_true",