From 083c67369f4b936df374fc6dca14d9a612521433 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Thu, 17 Dec 2015 15:38:57 +0100 Subject: [PATCH] removed TODO mark from help text on renew of changed domains --- README.md | 4 ++-- letsencrypt.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2