diff options
| -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" + \ |
