Fix help for --binpkgs-missing option
authorPaul Varner <fuzzyray@gentoo.org>
Thu, 14 Jul 2011 04:21:08 +0000 (23:21 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Thu, 14 Jul 2011 04:21:08 +0000 (23:21 -0500)
pym/gentoolkit/equery/list_.py

index 92b3c1eac8df62e0de65cf334ed25c077b708e05..c859057e81d53e05d0d1f5da7172df30fb7775d1 100644 (file)
@@ -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",