From f5029d5eafa63418c560f21ce103eb58e4961eb3 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Mon, 14 Dec 2015 11:44:57 -0800 Subject: [PATCH] Remove a change that shouldn't have been in the release-engineering branch Reverts part of fe4cefb51 --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 1793f2be7..5e06d00d6 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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.")