mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Fix various bugs exposed by actually making a release
This commit is contained in:
+1
-1
@@ -881,7 +881,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", action="store_true",
|
||||
"automation", "--renew-by-default", "--replace", action="store_true",
|
||||
help="Select renewal by default when domains are a superset of a "
|
||||
"previously attained cert")
|
||||
helpful.add(
|
||||
|
||||
Reference in New Issue
Block a user