Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 98614 invoked from network); 8 Oct 2010 09:41:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 09:41:54 -0000 Received: (qmail 78171 invoked by uid 500); 8 Oct 2010 09:41:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78064 invoked by uid 500); 8 Oct 2010 09:41:53 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 78057 invoked by uid 99); 8 Oct 2010 09:41:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 09:41:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 09:41:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o989fV4m017478 for ; Fri, 8 Oct 2010 09:41:32 GMT Message-ID: <32470459.39161286530891699.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 05:41:31 -0400 (EDT) From: "Jonathan Lu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6671) [jdktools][keytool] Missing help message of "-list" option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [jdktools][keytool] Missing help message of "-list" option ---------------------------------------------------------- Key: HARMONY-6671 URL: https://issues.apache.org/jira/browse/HARMONY-6671 Project: Harmony Issue Type: Bug Components: JDK Environment: Win XP x86 Reporter: Jonathan Lu Priority: Minor Attachments: keytool.diff keytool does not display "-list" option when invoked with blank parameter list, but this option has already been implemented in current code base. This patch will add this missing help message whose absence might mislead users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.