summaryrefslogtreecommitdiffstats
path: root/plugins/check_fping.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r--plugins/check_fping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index 25ca4a8..4dc48b7 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -258,7 +258,7 @@ process_arguments (int argc, char **argv)
258 258
259 switch (c) { 259 switch (c) {
260 case '?': /* print short usage statement if args not parsable */ 260 case '?': /* print short usage statement if args not parsable */
261 usage2 (_("Unknown argument"), optarg); 261 usage5 ();
262 case 'h': /* help */ 262 case 'h': /* help */
263 print_help (); 263 print_help ();
264 exit (STATE_OK); 264 exit (STATE_OK);