From 2dbf7cdbf216f257b564c3a9d1c00ca1981e6617 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Wed, 13 Jul 2011 23:21:08 -0500 Subject: [PATCH] Fix help for --binpkgs-missing option --- pym/gentoolkit/equery/list_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.26.2