From 40871d4c29f46dd4a001a9e5f8cb24e11bba27be Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 16 Jun 2015 14:04:41 -0700 Subject: [PATCH] Fix merge error --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 4461d2c02..a48336fe7 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -362,7 +362,7 @@ def create_parser(plugins, args): help="Use the text output instead of the curses UI.") - testing_group = parser.add_argument_group( + helpful.add_group( "testing", description="The following flags are meant for " "testing purposes only! Do NOT change them, unless you " "really know what you're doing!")