summaryrefslogtreecommitdiff
path: root/trunk/src/equery
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/equery')
-rwxr-xr-xtrunk/src/equery/equery4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery
index 079c15b..102e508 100755
--- a/trunk/src/equery/equery
+++ b/trunk/src/equery/equery
@@ -732,7 +732,7 @@ class CmdDisplaySize(Command):
sz = "%.2f KiB" % (size/1024.0)
if opts["reportSizeInBytes"]:
- sz = number(str(size)) + " bytes"
+ sz = pp.number(str(size)) + " bytes"
print_info(0, string.rjust("Total size : ",25) + pp.number(sz))
@@ -917,7 +917,7 @@ class CmdWhich(Command):
return "Print full path to ebuild for a given package" + \
"\n" + \
"Syntax:\n" + \
- " " + pp.command("size ") + pp.pkgquery("pkgspec")
+ " " + pp.command("which ") + pp.pkgquery("pkgspec")
class CmdListGLSAs(Command):
"""List outstanding GLSAs."""