diff options
-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 |