summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2012-08-10 11:07:44 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2012-08-10 11:07:44 (GMT)
commit4cdda35b6c6368683a27f0b89d3243b5278d8680 (patch)
tree82501f6cfde3b7043f0c40097ac8b7dc1315af41 /plugins/check_http.c
parentd3c9728ebf05b137c50e4ad8616cd0d40847b5c7 (diff)
downloadmonitoring-plugins-4cdda35b6c6368683a27f0b89d3243b5278d8680.tar.gz
check_http: Update description of -C option
Mention that the -C option now accepts two comma-separated values.
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index ce0e407..9231a55 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1352,7 +1352,7 @@ print_help (void)
1352 printf (" %s\n", _("auto-negotiation (1 = TLSv1, 2 = SSLv2, 3 = SSLv3).")); 1352 printf (" %s\n", _("auto-negotiation (1 = TLSv1, 2 = SSLv2, 3 = SSLv3)."));
1353 printf (" %s\n", "--sni"); 1353 printf (" %s\n", "--sni");
1354 printf (" %s\n", _("Enable SSL/TLS hostname extension support (SNI)")); 1354 printf (" %s\n", _("Enable SSL/TLS hostname extension support (SNI)"));
1355 printf (" %s\n", "-C, --certificate=INTEGER"); 1355 printf (" %s\n", "-C, --certificate=INTEGER[,INTEGER]");
1356 printf (" %s\n", _("Minimum number of days a certificate has to be valid. Port defaults to 443")); 1356 printf (" %s\n", _("Minimum number of days a certificate has to be valid. Port defaults to 443"));
1357 printf (" %s\n", _("(when this option is used the URL is not checked.)\n")); 1357 printf (" %s\n", _("(when this option is used the URL is not checked.)\n"));
1358#endif 1358#endif