mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
grammatical improvement
This commit is contained in:
parent
204c3f0dfb
commit
ecd1ca4645
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue