summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-23 02:38:02 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-23 02:38:02 +0000
commit2a0542ac5d0ab1f732401dc01b7cbd2788aa7ff8 (patch)
tree4378e2d1b033d58c73353588cdd22d2fa05fc23c /bin/portageq
parent811a732bc43f1d7c4a82700dfa95e38eda51113c (diff)
downloadportage-2a0542ac5d0ab1f732401dc01b7cbd2788aa7ff8.tar.gz
portage-2a0542ac5d0ab1f732401dc01b7cbd2788aa7ff8.tar.bz2
portage-2a0542ac5d0ab1f732401dc01b7cbd2788aa7ff8.zip
Print the Id tag an it's own line to avoid going
over 80 columns. svn path=/main/trunk/; revision=8243
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/portageq b/bin/portageq
index fcdefbd44..eb0421e8b 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -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:"