From e04ab25642bb8835e304ec46a2b5fcc05f1736f8 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 9 Feb 2015 14:53:51 -0800 Subject: [PATCH] remove whitespace --- letsencrypt/scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index bb080ce4f..784f8d691 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -51,7 +51,7 @@ def create_parser(): help="Skip the end user license agreement screen.") add("-t", "--text", dest="use_curses", action="store_false", help="Use the text output instead of the curses UI.") - + add("--config-dir", default="/etc/letsencrypt", help=config_help("config_dir")) add("--work-dir", default="/var/lib/letsencrypt",