Name: gm110360 Date: 02/11/2004
A DESCRIPTION OF THE REQUEST :
Please add '-help', '-?' options to your native2ascii tool.
They should output some usage help.
JUSTIFICATION :
It just should act like almost every other tool in JDK.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
With -help option specified native2ascii should list its usage help as 'java' does.
ACTUAL -
[user@localhost bin]$ ./native2ascii -help
java.lang.Exception: -help could not be read.
[user@localhost bin]$ ./native2ascii -?
java.lang.Exception: -? could not be read.
(Incident Review ID: 238370)
======================================================================