mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
fix 3664 (#4495)
This commit is contained in:
+1
-1
@@ -904,7 +904,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis
|
|||||||
"'run' subcommand this means reinstall the existing cert). (default: Ask)")
|
"'run' subcommand this means reinstall the existing cert). (default: Ask)")
|
||||||
helpful.add(
|
helpful.add(
|
||||||
"automation", "--expand", action="store_true",
|
"automation", "--expand", action="store_true",
|
||||||
help="If an existing cert covers some subset of the requested names, "
|
help="If an existing cert is a strict subset of the requested names, "
|
||||||
"always expand and replace it with the additional names. (default: Ask)")
|
"always expand and replace it with the additional names. (default: Ask)")
|
||||||
helpful.add(
|
helpful.add(
|
||||||
"automation", "--version", action="version",
|
"automation", "--version", action="version",
|
||||||
|
|||||||
+1
-1
@@ -99,7 +99,7 @@ automation:
|
|||||||
keep the existing one until it is due for renewal (for
|
keep the existing one until it is due for renewal (for
|
||||||
the 'run' subcommand this means reinstall the existing
|
the 'run' subcommand this means reinstall the existing
|
||||||
cert). (default: Ask)
|
cert). (default: Ask)
|
||||||
--expand If an existing cert covers some subset of the
|
--expand If an existing cert is a strict subset of the
|
||||||
requested names, always expand and replace it with the
|
requested names, always expand and replace it with the
|
||||||
additional names. (default: Ask)
|
additional names. (default: Ask)
|
||||||
--version show program's version number and exit
|
--version show program's version number and exit
|
||||||
|
|||||||
Reference in New Issue
Block a user