summaryrefslogtreecommitdiff
path: root/trunk/src/equery
diff options
context:
space:
mode:
authorgenone <genone@gentoo.org>2005-04-26 00:38:06 +0000
committergenone <genone@gentoo.org>2005-04-26 00:38:06 +0000
commit1b3ce99de8f2fd6113455e2ffb664aa6dc628d46 (patch)
treed401f4f8d8cf1d3bdc1a6f2a8a22a5751ea7195a /trunk/src/equery
parent8691f34c87a74b9b2a0c3f075ed8de59c704ad7f (diff)
downloadgentoolkit-1b3ce99de8f2fd6113455e2ffb664aa6dc628d46.tar.gz
more sticky tape to get this thing released
svn path=/; revision=208
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."""