From: Lukas Schauer Date: Thu, 17 Dec 2015 14:38:57 +0000 (+0100) Subject: removed TODO mark from help text on renew of changed domains X-Git-Tag: v0.1.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083c67369f4b936df374fc6dca14d9a612521433;p=thirdparty%2Fdehydrated.git removed TODO mark from help text on renew of changed domains --- diff --git a/README.md b/README.md index 1b2c6cf..e2782be 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Feel free to report any issues you find with this script or contribute by submit ```text Usage: ./letsencrypt.sh [-h] [command [argument]] [parameter [argument]] [parameter [argument]] ... -Default command: cron +Default command: help Commands: - --cron (-c) Sign/renew non-existant/changed(TODO)/expiring certificates. + --cron (-c) Sign/renew non-existant/changed/expiring certificates. --revoke (-r) path/to/cert.pem Revoke specified certificate --help (-h) Show help text --env (-e) Output configuration variables for use in other scripts diff --git a/letsencrypt.sh b/letsencrypt.sh index 4a13832..bdeedad 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -400,7 +400,7 @@ sign_domain() { # Usage: --cron (-c) -# Description: Sign/renew non-existant/changed(TODO)/expiring certificates. +# Description: Sign/renew non-existant/changed/expiring certificates. command_sign_domains() { if [[ -n "${PARAM_DOMAIN:-}" ]]; then # we are using a temporary domains.txt file so we don't need to duplicate any code