mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Fix whitespace
This commit is contained in:
parent
f4103bdbb3
commit
df9174b81f
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
|||
"renew", "--post-hook",
|
||||
help="Command to be run in a shell after attempting to obtain/renew "
|
||||
" certificates. Can be used to deploy renewed certificates, or to restart"
|
||||
" any servers that were stopped by --pre-hook. This is only run if "
|
||||
" any servers that were stopped by --pre-hook. This is only run if"
|
||||
" an attempt was made to obtain/renew a certificate.")
|
||||
helpful.add(
|
||||
"renew", "--renew-hook",
|
||||
|
|
|
|||
Loading…
Reference in a new issue