mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Merge pull request #2747 from FelixSchwarz/cli-spelling
fix spelling mistake in CLI help text
This commit is contained in:
commit
d78e775956
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
|||
help="Command to be run in a shell once for each successfully renewed certificate."
|
||||
"For this command, the shell variable $RENEWED_LINEAGE will point to the"
|
||||
"config live subdirectory containing the new certs and keys; the shell variable "
|
||||
"$RENEWED_DOMAINS will conatain a space-delimited list of renewed cert domains")
|
||||
"$RENEWED_DOMAINS will contain a space-delimited list of renewed cert domains")
|
||||
|
||||
helpful.add_deprecated_argument("--agree-dev-preview", 0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue