From cbf817e2e1d0a05a52d839480d70200bd82c0ee1 Mon Sep 17 00:00:00 2001 From: pdoroff Date: Tue, 21 Feb 2017 11:28:38 -0600 Subject: [PATCH] removed --renew from usage example --- deploy/weechat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/weechat.sh b/deploy/weechat.sh index dfd15858..abdd17d8 100755 --- a/deploy/weechat.sh +++ b/deploy/weechat.sh @@ -12,7 +12,7 @@ # If you would like this script to automatically reload this certificate, you must ensure # weechat is configured with plugins.var.fifo.fifo = on -# Usage Example: acme.sh --renew --deploy --deploy-hook weechat -d weechat.example.com --force +# Usage Example: acme.sh --deploy --deploy-hook weechat -d weechat.example.com --force #returns 0 means success, otherwise error.