summaryrefslogtreecommitdiff
path: root/trunk/src/equery
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-09-15 22:20:00 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-09-15 22:20:00 +0000
commitd1f5ee8998083986e7cd22b61bfb4ba9111af680 (patch)
tree02eadceb24807034d2cf4479a70b58798df2f0e0 /trunk/src/equery
parentc820ab590001159ac145b85bd6861c514904d38b (diff)
downloadgentoolkit-d1f5ee8998083986e7cd22b61bfb4ba9111af680.tar.gz
Fix typo for hasuses shortHelp bug #82352
svn path=/; revision=235
Diffstat (limited to 'trunk/src/equery')
-rwxr-xr-xtrunk/src/equery/equery2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery
index cccf4d7..b0f15f6 100755
--- a/trunk/src/equery/equery
+++ b/trunk/src/equery/equery
@@ -1392,7 +1392,7 @@ class CmdFindUSEs(Command):
print_info(0, "[" + pp.installedflag(pfxmodes[status]) + "] [" + pp.maskflag(maskmodes[pkgmask]) + "] " + pp.cpv(pkg.get_cpv()) + " (" + pp.slot(slot) + ")")
def shortHelp(self):
- return pp.localoption("<local-opts> ") + pp.pkgquery("pkgspec") + " - list all packages with " + pp.pkgquery("useflag")
+ return pp.localoption("<local-opts> ") + pp.pkgquery("useflag") + " - list all packages with " + pp.pkgquery("useflag")
def longHelp(self):
return "List all packages with a particular USE flag" + \
"\n" + \