mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Modified -d help text to reflect the change
This commit is contained in:
+3
-2
@@ -837,8 +837,9 @@ def prepare_and_parse_args(plugins, args):
|
||||
# subparser.add_argument("domains", nargs="*", metavar="domain")
|
||||
helpful.add(None, "-d", "--domain", dest="domains",
|
||||
metavar="DOMAIN", action="append",
|
||||
help="Domain names to apply. Use multiple -d flags if you want "
|
||||
"to specify multiple domains")
|
||||
help="Domain names to apply. For multiple domains you can use "
|
||||
"multiple -d flags or enter a comma separated list of domains"
|
||||
"as a parameter.")
|
||||
helpful.add(
|
||||
None, "--duplicate", dest="duplicate", action="store_true",
|
||||
help="Allow getting a certificate that duplicates an existing one")
|
||||
|
||||
Reference in New Issue
Block a user