make config-dir/work-dir/logs-dir output match help (#4017)

This commit is contained in:
Josh Soref 2017-01-11 19:57:46 -05:00 committed by Brad Warren
parent 364a6d8a2d
commit feaf69db08

View file

@ -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.")