Browse Source

updated after using shellcheck to maintain a better coding standard

pull/4/head
srvrco 10 years ago
parent
commit
82a63fa380
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README

+ 2
- 1
README View File

@ -27,7 +27,7 @@ will run the renewssl command with the domain name passed as an argument. If t
running checkssl with no arguments gives help;
checkssl
checkssl ver. 0.6
checkssl ver. 0.7
checks ssl certs for a set of domains
Usage: checkssl [-h|--help] [-d|--debug] [-f|--file filename] [-s|--server stype] [-l|--location directory] [-e|--expires days] [-r:--renew] [domain]
@ -54,3 +54,4 @@ v0.3 corrected issue in grep affecting performance on some servers
v0.4 correct typo and added -e and -r arguments
v0.5 added --command option
v0.6 added ability to add domain name on command line
v0.7 Updated after using shellcheck to maintain a better coding standard

Loading…
Cancel
Save