diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-09-15 22:20:00 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-09-15 22:20:00 +0000 |
| commit | d1f5ee8998083986e7cd22b61bfb4ba9111af680 (patch) | |
| tree | 02eadceb24807034d2cf4479a70b58798df2f0e0 /trunk | |
| parent | c820ab590001159ac145b85bd6861c514904d38b (diff) | |
| download | gentoolkit-d1f5ee8998083986e7cd22b61bfb4ba9111af680.tar.gz | |
Fix typo for hasuses shortHelp bug #82352
svn path=/; revision=235
Diffstat (limited to 'trunk')
| -rwxr-xr-x | trunk/src/equery/equery | 2 |
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" + \ |
