From: Paul Varner Date: Thu, 14 Jul 2011 04:21:08 +0000 (-0500) Subject: Fix help for --binpkgs-missing option X-Git-Tag: gentoolkit-0.3.0.5~23 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2dbf7cdbf216f257b564c3a9d1c00ca1981e6617;p=gentoolkit.git Fix help for --binpkgs-missing option --- 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=True): 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 corresponding binary package"), + (" -b, --binpkgs-missing", "list only installed packages without a corresponding binary package"), (" -f, --full-regex", "query is a regular expression"), (" -m, --mask-reason", "include reason for package mask"), (" -I, --exclude-installed",