mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
make config-dir/work-dir/logs-dir output match help (#4017)
This commit is contained in:
parent
364a6d8a2d
commit
feaf69db08
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue