mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Merge pull request #1584 from Jonher937/cli
Added space to avoid printing "domainsas" instead of the correct "domains as"
This commit is contained in:
+1
-1
@@ -855,7 +855,7 @@ def prepare_and_parse_args(plugins, args):
|
||||
helpful.add(None, "-d", "--domains", dest="domains",
|
||||
metavar="DOMAIN", action="append",
|
||||
help="Domain names to apply. For multiple domains you can use "
|
||||
"multiple -d flags or enter a comma separated list of domains"
|
||||
"multiple -d flags or enter a comma separated list of domains "
|
||||
"as a parameter.")
|
||||
helpful.add(
|
||||
None, "--duplicate", dest="duplicate", action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user