diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-11-15 18:07:01 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-11-15 18:07:01 +0000 |
commit | 14a413156e646c54315c290934484c13b478221e (patch) | |
tree | ba432bc13513058cac803467ededa5a26095ee8b | |
parent | 0b42a49e65d5ec7909a0a648a0abea2f46280eed (diff) | |
download | portage-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
-rwxr-xr-x | bin/portageq | 2 |
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 |