Print the Id tag an it's own line to avoid going
authorZac Medico <zmedico@gentoo.org>
Tue, 23 Oct 2007 02:38:02 +0000 (02:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 23 Oct 2007 02:38:02 +0000 (02:38 -0000)
over 80 columns.

svn path=/main/trunk/; revision=8243

bin/portageq

index fcdefbd4404a16128abb04ea0ae1fd47061fe6d0..eb0421e8ba777ecbf357d64a5aa9334f2dab60fd 100755 (executable)
@@ -374,8 +374,8 @@ list_preserved_libs.uses_root = True
 #
 
 def usage(argv):
-       ver = "$Id$"
-       print ">>> Portage information query tool -- version "+ver
+       print ">>> Portage information query tool"
+       print ">>> $Id$"
        print ">>> Usage: portageq <command> [<option> ...]"
        print ""
        print "Available commands:"