summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-08-31 14:54:19 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-08-31 14:54:19 (GMT)
commitbfe20df4a54f9b173e87cf2b13db0998a6303335 (patch)
tree1495f07eeaccbbfe91b017a7db2025dde563b960 /plugins/check_http.c
parent47a01d620c5fa07a2d5fb71de94cd8b510e48b39 (diff)
downloadmonitoring-plugins-bfe20df4a54f9b173e87cf2b13db0998a6303335.tar.gz
Fix typos in -f help text
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 f08ad17..6370e32 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -1387,7 +1387,7 @@ print_help (void)
1387 printf (" %s\n", _("Wrap output in HTML link (obsoleted by urlize)")); 1387 printf (" %s\n", _("Wrap output in HTML link (obsoleted by urlize)"));
1388 printf (" %s\n", "-f, --onredirect=<ok|warning|critical|follow|sticky|stickyport>"); 1388 printf (" %s\n", "-f, --onredirect=<ok|warning|critical|follow|sticky|stickyport>");
1389 printf (" %s\n", _("How to handle redirected pages. sticky is like follow but stick to the")); 1389 printf (" %s\n", _("How to handle redirected pages. sticky is like follow but stick to the"));
1390 printf (" %s\n", _("specified IP address. stickyport also ensure post stays the same.")); 1390 printf (" %s\n", _("specified IP address. stickyport also ensures port stays the same."));
1391 printf (" %s\n", "-m, --pagesize=INTEGER<:INTEGER>"); 1391 printf (" %s\n", "-m, --pagesize=INTEGER<:INTEGER>");
1392 printf (" %s\n", _("Minimum page size required (bytes) : Maximum page size required (bytes)")); 1392 printf (" %s\n", _("Minimum page size required (bytes) : Maximum page size required (bytes)"));
1393 1393