Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:2.5.0
-
Number of attachments :
Description
But "-help me" works ![]()
if (args.length < 2) { System.err.println("Source file and/or class name missing; try \"-help\"."); System.exit(1); }
if (args[0].equals("-help")) {
How brilliant of me... will be fixed in the next release (no rush).