]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
removed TODO mark from help text on renew of changed domains
authorLukas Schauer <lukas@schauer.so>
Thu, 17 Dec 2015 14:38:57 +0000 (15:38 +0100)
committerLukas Schauer <lukas@schauer.so>
Thu, 17 Dec 2015 14:38:57 +0000 (15:38 +0100)
README.md
letsencrypt.sh

index 1b2c6cfff734f432fd9dce35c5c1ea473fb66267..e2782be23cfcecdd8290377995293d69c95cff5d 100644 (file)
--- 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
index 4a138328d887d3ebe0602eba3f55f82c15798ba4..bdeedadeffb5fd9df1d77c2b9a192f1ba14f47ec 100755 (executable)
@@ -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