Fix various bugs exposed by actually making a release

This commit is contained in:
Peter Eckersley
2015-12-03 01:41:24 -08:00
parent 5a554bdaa7
commit fe4cefb518
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -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(