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 038ac68..2f69332 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -348,7 +348,7 @@ process_arguments (int argc, char **argv)
348 348
349 switch (c) { 349 switch (c) {
350 case '?': /* usage */ 350 case '?': /* usage */
351 usage2 ("unknown argument", optarg); 351 usage3 ("unknown argument", optopt);
352 break; 352 break;
353 case 'h': /* help */ 353 case 'h': /* help */
354 print_help (); 354 print_help ();