mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Associate --update-registration with register help topic
This commit is contained in:
parent
354b5ead2c
commit
70912be5a9
1 changed files with 3 additions and 2 deletions
|
|
@ -88,7 +88,8 @@ More detailed help:
|
|||
the available topics are:
|
||||
|
||||
all, automation, paths, security, testing, or any of the subcommands or
|
||||
plugins (certonly, install, nginx, apache, standalone, webroot, etc)
|
||||
plugins (certonly, install, register, nginx, apache, standalone, webroot,
|
||||
etc.)
|
||||
"""
|
||||
|
||||
|
||||
|
|
@ -615,7 +616,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
|||
"affect you, and will be effective 14 days after posting an "
|
||||
"update to the web site.")
|
||||
helpful.add(
|
||||
None, "--update-registration", action="store_true",
|
||||
"register", "--update-registration", action="store_true",
|
||||
help="With the register verb, indicates that details associated "
|
||||
"with an existing registration, such as the e-mail address, "
|
||||
"should be updated, rather than registering a new account.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue