mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix indentation
This commit is contained in:
parent
7dda21817a
commit
b375b9c074
1 changed files with 2 additions and 2 deletions
|
|
@ -576,8 +576,8 @@ def create_parser(plugins, args):
|
|||
#for subparser in parser_run, parser_auth, parser_install:
|
||||
# subparser.add_argument("domains", nargs="*", metavar="domain")
|
||||
helpful.add(None, "-d", "--domains", metavar="DOMAIN", action="append")
|
||||
helpful.add(None, "-D", "--duplicate", dest="duplicate",
|
||||
action="store_true",
|
||||
helpful.add(
|
||||
None, "-D", "--duplicate", dest="duplicate", action="store_true",
|
||||
help="Allow getting a certificate that duplicates an existing one")
|
||||
|
||||
helpful.add_group(
|
||||
|
|
|
|||
Loading…
Reference in a new issue