Fix the version Id tag. (trunk r8243)
authorZac Medico <zmedico@gentoo.org>
Tue, 23 Oct 2007 02:41:45 +0000 (02:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 23 Oct 2007 02:41:45 +0000 (02:41 -0000)
svn path=/main/branches/2.1.2/; revision=8244

bin/portageq

index 18aa289568abb8e3734dc5d456225dd340c4d5ce..056502e399e6844138a37a382638ceb315a95e59 100755 (executable)
@@ -336,9 +336,8 @@ def envvar(argv):
 #
 
 def usage(argv):
-       rev="$Revision: 1.13.2.1 $"
-       ver= rev.split(' ')[1]
-       print ">>> Portage information query tool -- version "+ver
+       print ">>> Portage information query tool"
+       print ">>> $Id$"
        print ">>> Usage: portageq <command> [<option> ...]"
        print ""
        print "Available commands:"