diff --git a/certbot/cli.py b/certbot/cli.py index 5b7f6ca8a..89dacac0d 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -828,13 +828,10 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis "security", "--no-staple-ocsp", action="store_false", help="Do not automatically enable OCSP Stapling.", dest="staple", default=None) - - helpful.add( "security", "--strict-permissions", action="store_true", help="Require that all configuration files are owned by the current " "user; only needed if your config is somewhere unsafe like /tmp/") - helpful.add( "renew", "--pre-hook", help="Command to be run in a shell before obtaining any certificates. Intended"