mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Remove a change that shouldn't have been in the release-engineering branch
Reverts part of fe4cefb51
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ def prepare_and_parse_args(plugins, args):
|
||||
version="%(prog)s {0}".format(letsencrypt.__version__),
|
||||
help="show program's version number and exit")
|
||||
helpful.add(
|
||||
"automation", "--renew-by-default", "--replace", action="store_true",
|
||||
"automation", "--renew-by-default", action="store_true",
|
||||
help="Select renewal by default when domains are a superset of a "
|
||||
"previously attained cert (often --keep-until-expiring is "
|
||||
"more appropriate). Implies --expand.")
|
||||
|
||||
Reference in New Issue
Block a user