diff options
author | Erich Eckner <git@eckner.net> | 2022-07-18 22:39:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-07-18 22:39:54 +0200 |
commit | e4d2011028cc8a8e0ff0c650ee671172b17ab0d9 (patch) | |
tree | 8f3b569afc03dee5580339ea395b0fd326d42d6a /crypt-expiry-check.in | |
parent | 54d715a39a1f24dece52ade8c36c85bb42f05ec1 (diff) | |
download | crypt-expiry-check-e4d2011028cc8a8e0ff0c650ee671172b17ab0d9.tar.xz |
crypt-expiry-check: fix quotation
Diffstat (limited to 'crypt-expiry-check.in')
-rwxr-xr-x | crypt-expiry-check.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt-expiry-check.in b/crypt-expiry-check.in index 2fe37ff..474fc97 100755 --- a/crypt-expiry-check.in +++ b/crypt-expiry-check.in @@ -211,7 +211,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 " -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)" |