summaryrefslogtreecommitdiffstats
path: root/plugins/check_users.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_users.c')
-rw-r--r--plugins/check_users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c
index 0c62e3b..8e5f23d 100644
--- a/plugins/check_users.c
+++ b/plugins/check_users.c
@@ -156,7 +156,7 @@ process_arguments (int argc, char **argv)
156 156
157 switch (c) { 157 switch (c) {
158 case '?': /* print short usage statement if args not parsable */ 158 case '?': /* print short usage statement if args not parsable */
159 usage2 (_("Unknown argument"), optarg); 159 usage5 ();
160 case 'h': /* help */ 160 case 'h': /* help */
161 print_help (); 161 print_help ();
162 exit (STATE_OK); 162 exit (STATE_OK);