usage
authorMiguel de Icaza <miguel@gnome.org>
Sun, 27 Feb 2005 15:06:10 +0000 (15:06 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 27 Feb 2005 15:06:10 +0000 (15:06 -0000)
svn path=/trunk/mcs/; revision=41260

mcs/tools/mjs/mjs.cs

index c91643ea23b7fc2a4ab15c61e647459f7d621181..91e7bf16e55bea6130e995dccd6f235ffd467993 100644 (file)
@@ -39,7 +39,7 @@ class Driver {
        public static void Main (string [] args) {
        
                if (args.Length < 1) {
-                       Console.WriteLine ("Usage: [mono] mjs.exe filename.js");
+                       Console.WriteLine ("Usage: mjs filename.js");
                        Environment.Exit (0);
                }