Fix typo for hasuses shortHelp bug #82352
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 15 Sep 2005 22:20:00 +0000 (22:20 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 15 Sep 2005 22:20:00 +0000 (22:20 -0000)
svn path=/; revision=235

trunk/src/equery/equery

index cccf4d7ac043f11815fdc6e335d0873b00e5b60c..b0f15f6122eb3756383c3280beed9ef445bbbdc2 100755 (executable)
@@ -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" + \