From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0DBE11389E2 for ; Mon, 24 Nov 2014 07:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C39E0B25; Mon, 24 Nov 2014 07:33:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B3E3E0B25 for ; Mon, 24 Nov 2014 07:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E6853402E6 for ; Mon, 24 Nov 2014 07:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98D7ACA8 for ; Mon, 24 Nov 2014 07:33:53 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1416813907.c39e97ef5dd136baf04259b291ab7c7bdcd2767d.radhermit@gentoo> Subject: [gentoo-commits] proj/zsh-completion:master commit in: src/ X-VCS-Repository: proj/zsh-completion X-VCS-Files: src/_gentoolkit X-VCS-Directories: src/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c39e97ef5dd136baf04259b291ab7c7bdcd2767d X-VCS-Branch: master Date: Mon, 24 Nov 2014 07:33:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e085453e-d3a7-4ef2-85be-1760bd7e5d89 X-Archives-Hash: f8f72c11136963830a55d317ae98aa99 commit: c39e97ef5dd136baf04259b291ab7c7bdcd2767d Author: Tim Harder gentoo org> AuthorDate: Mon Nov 24 07:24:27 2014 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 24 07:25:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=c39e97ef _gentoolkit: fix description for euse --prune --- src/_gentoolkit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_gentoolkit b/src/_gentoolkit index ef3db9a..7b04494 100644 --- a/src/_gentoolkit +++ b/src/_gentoolkit @@ -31,7 +31,7 @@ _euse () { {'(--active)-a','(-a)--active'}'[show currently active useflags and their origin]' {'(--enable)-E','(-E)--enable'}'[enable the given useflags]' {'(--disable)-D','(-D)--disable'}'[disable the given useflags]' - {'(--prune)-P','(-P)--prune'}'[show version]' + {'(--prune)-P','(-P)--prune'}'[alias for --remove]' ) suboptions_args=( {'(--global)-g','(-g)--global'}'[show only global use flags]'