diff --git a/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md b/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md index 317b474..90ca9e6 100644 --- a/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md +++ b/Using-'--pre-hook',-'--post-hook',-'--renew-hook'-and-'--reload-cmd'.md @@ -3,5 +3,6 @@ Those hooks are only work with `--issue` or `--install-cert` command. ```sh acme.sh --install-cert -d example.com \ --pre-hook "echo this is pre hook" \ - --post-hook "echo this is post hook." ....... + --post-hook "echo this is post hook." \ + --renew-hook "echo this will be called when success renewed." ....... ```