Code

Standardising translation texts
[nagiosplug.git] / plugins / check_smtp.c
index a43b993be87b171cac6e03d925abf4bafc724b1b..f6f347c40c83740d4995bf89410647226460db04 100644 (file)
@@ -90,7 +90,7 @@ main (int argc, char **argv)
        textdomain (PACKAGE);
 
        if (process_arguments (argc, argv) != OK)
-               usage (_("Invalid command arguments supplied\n"));
+               usage (_("Incorrect arguments supplied\n"));
 
        /* initialize the HELO command with the localhostname */
 #ifndef HOST_MAX_BYTES