Merge pull request #1584 from Jonher937/cli

Added space to avoid printing "domainsas" instead of the correct "domains as"
This commit is contained in:
bmw
2015-11-20 15:25:58 -08:00
+1 -1
View File
@@ -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",