JDK-6922482 : keytool's help on -file always shows 'output file'
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-03
  • Updated: 2016-11-23
  • Resolved: 2010-02-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b84Fixed
Related Reports
Relates :  
Description
Keytool's new help feature has a name->description map, so the same option name always has the same description. However, -file sometimes means input file sometimes means output file. This should be fixed.

Comments
Bug occurs as a result of changes in 6324292.
23-11-2016

EVALUATION Change the name->desc map to an Enum type, with name and desc as arguments.
03-02-2010

EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e6ab5fabaf7e
03-02-2010