From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2380 invoked by alias); 23 May 2012 14:28:33 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30490 Received: (qmail 26095 invoked from network); 23 May 2012 14:28:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=SouEjdiaL5lrUBNS1Eo5Sy8QXYcrIJiJpjeoys9UCW4=; b=k4b2xL+JvKBo+Jf4QLhsOvyjqG2l7cAA7q0sSNJ+XTNY5a3SDs7hWVtNRac0jg/MDx 3Pnl4tEgkt45HklCO/KiCDFT3fWUXAUcLPY/W3xLCbVTM5MzrjnjeZX/3HGg8THPiXSw C1r+7sLcHWYRBCDXW+fC/PYKkaN3n7pdSGFNfskmqL3KAGVBdhzKbV2hS53721g6XgX2 H+MaRiDRrLOvlIrM0pIxNWcIl9pjd7rKRuTXIwBD3iznMyGyEwv8/v3ALIO9pZy2h7Ip dRsTS4huT68lHercLtsBphEyoBd/wfyeL0XKNQ30nFsOu6JoQ+nTl5lrTykZDBc9Fwtw cyLQ== From: Mikael Magnusson To: zsh-workers@zsh.org Subject: PATCH: _java: -keystore takes a file argument, so complete files Date: Wed, 23 May 2012 16:28:09 +0200 Message-Id: <1337783289-13217-1-git-send-email-mikachu@gmail.com> X-Mailer: git-send-email 1.7.10.GIT Noticed by readme in #zsh. --- Completion/Unix/Command/_java | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java index d6e3e08..5e481cd 100644 --- a/Completion/Unix/Command/_java +++ b/Completion/Unix/Command/_java @@ -229,7 +229,7 @@ keytool) '-keypass[password for private key]:password for private key:' \ '-validity[valid days]:number of days:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - import \ @@ -240,7 +240,7 @@ keytool) '-noprompt[disable interaction with the user]' \ '-trustcacerts[use cacerts]' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - selfcert \ @@ -251,14 +251,14 @@ keytool) '-validity[valid days]:number of days:' \ '-keypass[password for private key]:password for private key:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - identitydb \ '-identitydb[command to read identity database]' \ '-file[specify identity database file]:identity database file:_files' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - certreq \ @@ -268,7 +268,7 @@ keytool) '-file[specify certificate signing request file]:certificate signing request file:_files' \ '-keypass[password for private key]:password for private key:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - export \ @@ -277,14 +277,14 @@ keytool) '-file[specify certificate file]:certificate file:_files' \ '-rfc[make certificate format printable as RFC 1421]' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - list \ '-list[command to print keystore entry]' \ '-alias[alias]:alias:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '(-rfc)-v[make certificate format human-readable]' \ '(-v)-rfc[make certificate format printable as RFC 1421]' \ @@ -299,14 +299,14 @@ keytool) '-keypass[password for private key]:password for private key:' \ '-new[password for private key of new entry]:password for private key of new entry:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - storepasswd \ '-storepasswd[command to change password for keystore]' \ '-new[new password]:new password:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - keypasswd \ @@ -315,14 +315,14 @@ keytool) '-keypass[old password for private key]:old password for private key:' \ '-new[nwe password for private key]:new password for private key:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - delete \ '-delete[command to delete entry]' \ '-alias[alias]:alias:' \ '-storetype[keystore type]:store type:' \ - '-keystore[keystore location]:keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storepass[password for keystore]:password:' \ '-v[verbose mode]' \ - help \ @@ -331,7 +331,7 @@ keytool) jarsigner) _arguments \ - '-keystore[specify URL for keystore location]:URL for keystore location:' \ + '-keystore[keystore location]:keystore location:_files' \ '-storetype[specify keystore type]:store type:' \ '-storepass[specify password for keystore]:password:' \ '-keypass[specify password for private key]:password:' \ -- 1.7.10.GIT