Code

Don't try to print `optarg' (which will be a NULL pointer) if an unknown
[nagiosplug.git] / plugins / check_load.c
index 562eaf5d449066b5fcb857b28958e45277308f13..3d00432f9fba1364d8433c34bb444269f0544b95 100644 (file)
@@ -236,7 +236,7 @@ process_arguments (int argc, char **argv)
                        print_help ();
                        exit (STATE_OK);
                case '?':                                                                       /* help */
-                       usage2 (_("Unknown argument"), optarg);
+                       usage5 ();
                }
        }