diff --git a/README b/README index cca9dea..e80ff5c 100644 --- a/README +++ b/README @@ -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