From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26521 invoked from network); 15 May 2002 20:52:59 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 May 2002 20:52:59 -0000 Received: (qmail 7777 invoked by alias); 15 May 2002 20:52:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17167 Received: (qmail 7765 invoked from network); 15 May 2002 20:52:48 -0000 Date: Wed, 15 May 2002 13:52:43 -0700 (PDT) From: Wayne Davison To: Zsh Workers Subject: _rsync duplicated options in completion Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I've noticed that the _rsync completer duplicates most (all?) of the options. For instance, if I type "--include-f" it lists one with a description and one without, but won't complete the option name any further. ..wayne..