summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 59c1ecf..1903a00 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -468,7 +468,7 @@ process_arguments (int argc, char **argv)
468 print_help (); 468 print_help ();
469 exit (STATE_OK); 469 exit (STATE_OK);
470 case '?': /* error */ 470 case '?': /* error */
471 usage2 (_("Unknown argument"), optarg); 471 usage5 ();
472 } 472 }
473 } 473 }
474 474