More information: Shows that the new compiler is used when doing "objjc --help". New output: "Usage (objjc 2.0):…"

This commit is contained in:
Martin Carlberg
2013-01-11 08:06:51 +01:00
parent 7c71cd1f80
commit f076b05e7e
@@ -222,7 +222,7 @@ exports.main = function(args)
if (argv[0] === "--help" || argv[0].substr(0, 1) == '-')
{
print("Usage: " + args[0] + " [options] [--] file...");
print("Usage (objjc 2.0): " + args[0] + " [options] [--] file...");
print(" -p, --print print the output directly to stdout");
print(" --unmarked don't tag the output with @STATIC header");
print("");