mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Fix indentation
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user