From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5117 invoked from network); 6 Sep 2002 06:10:37 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Sep 2002 06:10:37 -0000 Received: (qmail 19053 invoked by alias); 6 Sep 2002 06:10:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17629 Received: (qmail 19040 invoked from network); 6 Sep 2002 06:10:31 -0000 Date: Fri, 6 Sep 2002 02:10:27 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _ssh Message-ID: <20020906061027.GA2739@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) This patch is from Jürgen A. Erhard. Index: Completion/Unix/Command/_ssh =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v retrieving revision 1.16 diff -u -r1.16 _ssh --- Completion/Unix/Command/_ssh 3 Sep 2002 19:05:39 -0000 1.16 +++ Completion/Unix/Command/_ssh 6 Sep 2002 06:04:46 -0000 @@ -108,12 +108,12 @@ ssh-keygen) _arguments \ '(-p -c -u -P)-b[specify number of bits in key]:bits in key:' \ - '(-p -c)-f[key file]:key file:_files' \ + '(-c)-f[key file]:key file:_files' \ '(-c -u)-N[specify new passphrase]:new passphrase:' \ '(-b -u -f)-P[specify old passphrase]:old passphrase:' \ '(-p -u)-C[specify new comment]:new comment:' \ - '(-b -f -C -u -c)-p[change passphrase of private key file]' \ - '(-b -f -N -p -u)-c[change comment in private and public key files]' \ + '(-b -C -u -c)-p[change passphrase of private key file]' \ + '(-b -N -p -u)-c[change comment in private and public key files]' \ '-l[show fingerprint of specified private or public key file]' \ '-q[silence ssh-keygen]' \ '-R[exit 0 or 1 if RSA support is functional]' \