update usage message (part 2)

This commit is contained in:
Joel Dice 2008-07-14 11:23:33 -06:00
parent d20fc697cb
commit cfaf690306

View File

@ -30,6 +30,7 @@ usageAndExit(const char* name)
"\t[{-cp|-classpath} <classpath>]\n"
"\t[-Xmx<maximum heap size>]\n"
"\t[-Xbootclasspath/p:<classpath to prepend to bootstrap classpath>]\n"
"\t[-D<property name>=<property value> ...]\n"
"\t<class name> [<argument> ...]\n", name);
exit(-1);
}