mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
make config-dir/work-dir/logs-dir output match help (#4017)
This commit is contained in:
+1
-1
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user