Code

fix patch 998291
[nagiosplug.git] / plugins / check_users.c
index 05ef86fdd8d6b8440f2faddc78dee593979d11b0..d1b4f01898e5a8130871ef55387c86c5da112c35 100644 (file)
@@ -50,7 +50,7 @@ main (int argc, char **argv)
 
        perf = strdup("");
 
-       if (process_arguments (argc, argv) != TRUE)
+       if (process_arguments (argc, argv) == ERROR)
                usage4 (_("Could not parse arguments"));
 
        /* run the command */
@@ -215,6 +215,4 @@ void
 print_usage (void)
 {
        printf ("Usage: %s -w <users> -c <users>\n", progname);
-       
-       printf (UT_HLP_VRS, progname, progname);
 }