summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
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 b81f214..d1f3998 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -225,7 +225,7 @@ process_arguments (int argc, char **argv)
225 225
226 switch (c) { 226 switch (c) {
227 case '?': /* usage */ 227 case '?': /* usage */
228 usage2 (_("Unknown argument"), optarg); 228 usage5 ();
229 break; 229 break;
230 case 'h': /* help */ 230 case 'h': /* help */
231 print_help (); 231 print_help ();