From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-362467-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QhDQZ-0005bh-8G
	for garchives@archives.gentoo.org; Thu, 14 Jul 2011 04:21:31 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73D6D21C0F0;
	Thu, 14 Jul 2011 04:21:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3ACC521C0F0
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 04:21:21 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 93EDC2AC27B
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 04:21:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 025E38003D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 04:21:20 +0000 (UTC)
From: "Paul Varner" <fuzzyray@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" <fuzzyray@gentoo.org>
Message-ID: <2dbf7cdbf216f257b564c3a9d1c00ca1981e6617.fuzzyray@gentoo>
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/equery/
X-VCS-Repository: proj/gentoolkit
X-VCS-Files: pym/gentoolkit/equery/list_.py
X-VCS-Directories: pym/gentoolkit/equery/
X-VCS-Committer: fuzzyray
X-VCS-Committer-Name: Paul Varner
X-VCS-Revision: 2dbf7cdbf216f257b564c3a9d1c00ca1981e6617
Date: Thu, 14 Jul 2011 04:21:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 88825bc6073a3b31467f2443eb6172ec

commit:     2dbf7cdbf216f257b564c3a9d1c00ca1981e6617
Author:     Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 04:21:08 2011 +0000
Commit:     Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 04:21:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoolkit.gi=
t;a=3Dcommit;h=3D2dbf7cdb

Fix help for --binpkgs-missing option

---
 pym/gentoolkit/equery/list_.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pym/gentoolkit/equery/list_.py b/pym/gentoolkit/equery/list_=
.py
index 92b3c1e..c859057 100644
--- a/pym/gentoolkit/equery/list_.py
+++ b/pym/gentoolkit/equery/list_.py
@@ -74,7 +74,7 @@ def print_help(with_description=3DTrue):
 	print(format_options((
 		(" -h, --help", "display this help message"),
 		(" -d, --duplicates", "list only installed duplicate packages"),
-		(" -b, --missing-binpkgs", "list only installed packages without a cor=
responding binary package"),
+		(" -b, --binpkgs-missing", "list only installed packages without a cor=
responding binary package"),
 		(" -f, --full-regex", "query is a regular expression"),
 		(" -m, --mask-reason", "include reason for package mask"),
 		(" -I, --exclude-installed",