diff options
author | Erich Eckner <git@eckner.net> | 2022-06-23 21:55:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-06-23 21:55:19 +0200 |
commit | b5e77c4d70ff55fdb1ad8fa420444e3d82407469 (patch) | |
tree | 57daadde4b779e970804ad6d464a9c17ee5ffb67 /crypt-expiry-check.in | |
parent | 4263ca4743d825f030be5ec0c6049fc2ceb9e36a (diff) | |
download | crypt-expiry-check-b5e77c4d70ff55fdb1ad8fa420444e3d82407469.tar.xz |
add missing option to help text
Diffstat (limited to 'crypt-expiry-check.in')
-rwxr-xr-x | crypt-expiry-check.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt-expiry-check.in b/crypt-expiry-check.in index c2a74c7..4cb78c6 100755 --- a/crypt-expiry-check.in +++ b/crypt-expiry-check.in @@ -210,6 +210,7 @@ usage() >&2 echo " -n Run as a Nagios plugin" >&2 echo " -N directory Check nginx certificates in directory's config files." >&2 echo " -q Don't print anything on the console" + >&2 echo " -r url Like -c, but download cert from url. >&2 echo " -s commmon_name:port Server and Port to connect to (interactive mode)" >&2 echo " -t type Specify the certificate type" >&2 echo " -v Specify a specific protocol version to use (tls, ssl2, ssl3)" |