Remove a change that shouldn't have been in the release-engineering branch

Reverts part of fe4cefb51
This commit is contained in:
Peter Eckersley
2015-12-14 11:44:57 -08:00
parent 1bbe774044
commit f5029d5eaf
+1 -1
View File
@@ -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.")