From: Thomas Guyot-Sionnest Date: Thu, 3 Dec 2009 02:24:09 +0000 (-0500) Subject: Fix short help using "warn" for the -f option instead of "warning" (onredirect). X-Git-Url: https://git.tokkee.org/?p=nagiosplug.git;a=commitdiff_plain;h=88b9e75deec6f84efe1260a6df57f3f79ba04edf Fix short help using "warn" for the -f option instead of "warning" (onredirect). --- diff --git a/plugins/check_http.c b/plugins/check_http.c index b4e6004..0a4b12b 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1420,8 +1420,8 @@ print_usage (void) { printf (_("Usage:")); printf (" %s -H | -I [-u ] [-p ]\n",progname); - printf (" [-w ] [-c ] [-t ] [-L]\n"); - printf (" [-a auth] [-b proxy_auth] [-f ]\n"); + printf (" [-w ] [-c ] [-t ] [-L] [-a auth]\n"); + printf (" [-b proxy_auth] [-f ]\n"); printf (" [-e ] [-s string] [-l] [-r | -R ]\n"); printf (" [-P string] [-m :] [-4|-6] [-N] [-M ]\n"); printf (" [-A string] [-k string] [-S] [-C ] [-T ] [-j method]\n");