From 14a413156e646c54315c290934484c13b478221e Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Tue, 15 Nov 2005 18:07:01 +0000 Subject: fix for portageq usage call (missing argv), via Emanuele Giaquinta svn path=/main/trunk/; revision=2311 --- bin/portageq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22