summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-11-15 18:07:01 +0000
committerBrian Harring <ferringb@gentoo.org>2005-11-15 18:07:01 +0000
commit14a413156e646c54315c290934484c13b478221e (patch)
treeba432bc13513058cac803467ededa5a26095ee8b /bin/portageq
parent0b42a49e65d5ec7909a0a648a0abea2f46280eed (diff)
downloadportage-14a413156e646c54315c290934484c13b478221e.tar.gz
portage-14a413156e646c54315c290934484c13b478221e.tar.bz2
portage-14a413156e646c54315c290934484c13b478221e.zip
fix for portageq usage call (missing argv), via Emanuele Giaquinta <e.giaquinta@glauco.it>
svn path=/main/trunk/; revision=2311
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index f85274baf..d01282a43 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -202,7 +202,7 @@ def envvar(argv):
# DO NOT CHANGE CODE BEYOND THIS POINT - IT'S NOT NEEDED!
#
-def usage():
+def usage(argv):
rev="$Revision: 1.13.2.1 $"
ver=string.split(rev, ' ')[1]
print ">>> Portage information query tool -- version "+ver