Code

Standardising translation texts
[nagiosplug.git] / plugins / check_swap.c
index ddf298a2a0b4e1271e3406c5388b03bfe6d1993b..3016e1ad5c63fbd441a09527e47c1dd23a67779b 100644 (file)
@@ -90,7 +90,7 @@ main (int argc, char **argv)
        perf = strdup ("");
 
        if (process_arguments (argc, argv) != OK)
-               usage (_("Invalid command arguments supplied\n"));
+               usage (_("Incorrect arguments supplied\n"));
 
 #ifdef HAVE_PROC_MEMINFO
        fp = fopen (PROC_MEMINFO, "r");