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 dddddf9..6a216a5 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -344,7 +344,7 @@ process_arguments (int argc, char **argv)
344 344
345 switch (c) { 345 switch (c) {
346 case '?': /* usage */ 346 case '?': /* usage */
347 usage2 ("unknown argument", optarg); 347 usage3 ("unknown argument", optopt);
348 break; 348 break;
349 case 'h': /* help */ 349 case 'h': /* help */
350 print_help (); 350 print_help ();