Dry run testable

This commit is contained in:
Peter Eckersley
2016-03-29 18:33:57 -07:00
parent 87aa1bd140
commit 3265660478
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -708,7 +708,10 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
" any servers that were stopped by --pre-hook.")
helpful.add(
"renew", "--renew-hook",
help="Command to be run in a shell once for each renewed certificate")
help="Command to be run in a shell once for each 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")
helpful.add_deprecated_argument("--agree-dev-preview", 0)