From 1b3ce99de8f2fd6113455e2ffb664aa6dc628d46 Mon Sep 17 00:00:00 2001 From: genone Date: Tue, 26 Apr 2005 00:38:06 +0000 Subject: more sticky tape to get this thing released svn path=/; revision=208 --- trunk/src/equery/equery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/src/equery') 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.""" -- cgit v1.2.3