From feaf69db08e0d2041bd9ce15ed44531a0adfc703 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 11 Jan 2017 19:57:46 -0500 Subject: [PATCH] make config-dir/work-dir/logs-dir output match help (#4017) --- certbot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/main.py b/certbot/main.py index 91b860dbb..d076fe4bc 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -39,7 +39,7 @@ from certbot.plugins import selection as plug_sel _PERM_ERR_FMT = os.linesep.join(( "The following error was encountered:", "{0}", "If running as non-root, set --config-dir, " - "--logs-dir, and --work-dir to writeable paths.")) + "--work-dir, and --logs-dir to writeable paths.")) USER_CANCELLED = ("User chose to cancel the operation and may " "reinvoke the client.")