summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-07-13 23:21:08 -0500
committerPaul Varner <fuzzyray@gentoo.org>2011-07-13 23:21:08 -0500
commit2dbf7cdbf216f257b564c3a9d1c00ca1981e6617 (patch)
treebd53d49490af8f92d2616351e02e2bdb7439e634 /pym
parente3369415de42875dba4523b352f9a2d2899d2aac (diff)
downloadgentoolkit-2dbf7cdbf216f257b564c3a9d1c00ca1981e6617.tar.gz
Fix help for --binpkgs-missing option
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/equery/list_.py2
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=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",