From 9315161ef2cde571f94edff2bf9471c661fde45c Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 16 Sep 2015 13:20:31 -0700 Subject: [PATCH] Better documentation --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index a6ffd7df9..415b08d81 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -662,7 +662,7 @@ def create_parser(plugins, args): helpful.add( "security", "--strict-permissions", action="store_true", help="Require that all configuration files are owned by the current " - "user; use this if your config is in /tmp/") + "user; only needed if your config is somewhere unsafe like /tmp/") _paths_parser(helpful) # _plugins_parsing should be the last thing to act upon the main