Details
-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.2
-
x86
-
linux
Description
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)
======================================================================
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)
======================================================================
Attachments
Issue Links
- relates to
-
JDK-8074431 Remove native2ascii tool
- Resolved