summaryrefslogtreecommitdiffstats
path: root/plugins/check_nwstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r--plugins/check_nwstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c
index 91797dc..53ac2e0 100644
--- a/plugins/check_nwstat.c
+++ b/plugins/check_nwstat.c
@@ -1355,7 +1355,7 @@ int process_arguments(int argc, char **argv) {
1355 switch (c) 1355 switch (c)
1356 { 1356 {
1357 case '?': /* print short usage statement if args not parsable */ 1357 case '?': /* print short usage statement if args not parsable */
1358 usage2 (_("Unknown argument"), optarg); 1358 usage5 ();
1359 case 'h': /* help */ 1359 case 'h': /* help */
1360 print_help(); 1360 print_help();
1361 exit(STATE_OK); 1361 exit(STATE_OK);