From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4805 invoked from network); 26 Jun 2000 15:35:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Jun 2000 15:35:32 -0000 Received: (qmail 19784 invoked by alias); 26 Jun 2000 15:34:53 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3212 Received: (qmail 19731 invoked from network); 26 Jun 2000 15:34:49 -0000 Date: Mon, 26 Jun 2000 08:34:38 -0700 To: zsh-users@sunsite.auc.dk Subject: Re: (forw) --help able programs and completion] Message-ID: <20000626083438.B22758@corp.phone.com> References: <200006261112.NAA19632@beta.informatik.hu-berlin.de> <1000626151901.ZM25800@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <1000626151901.ZM25800@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Mon, Jun 26, 2000 at 03:19:01PM +0000 From: Matt Armstrong On Mon, Jun 26, 2000 at 03:19:01PM +0000, Bart Schaefer wrote: > On Jun 26, 1:12pm, Sven Wischnowsky wrote: > % tar -- > > and watch the fun. squeaker% tar --_main_complete:142: permission denied: tar: You must specify one of the `-Acdtrux' options Try `tar --help' for more information. Let me know if there is more I can help to debug this. Line 142 of _main_complete is: elif "$tmp"; then -- matt