Skip to content

Commit

Permalink
Merge pull request #3255 from rbu/reference-certbot-auto-in-cli-help
Browse files Browse the repository at this point in the history
Reference certbot-auto in CLI help
  • Loading branch information
pde committed Jul 7, 2016
2 parents 4027911 + fd35e40 commit 22c12ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions certbot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,10 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
"(both can be renewed in parallel)")
helpful.add(
"automation", "--os-packages-only", action="store_true",
help="(letsencrypt-auto only) install OS package dependencies and then stop")
help="(certbot-auto only) install OS package dependencies and then stop")
helpful.add(
"automation", "--no-self-upgrade", action="store_true",
help="(letsencrypt-auto only) prevent the letsencrypt-auto script from"
help="(certbot-auto only) prevent the certbot-auto script from"
" upgrading itself to newer released versions")
helpful.add(
"automation", "-q", "--quiet", dest="quiet", action="store_true",
Expand All @@ -737,7 +737,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
"really know what you're doing!")
helpful.add(
"testing", "--debug", action="store_true",
help="Show tracebacks in case of errors, and allow letsencrypt-auto "
help="Show tracebacks in case of errors, and allow certbot-auto "
"execution on experimental platforms")
helpful.add(
"testing", "--no-verify-ssl", action="store_true",
Expand Down

0 comments on commit 22c12ec

Please sign in to comment.