diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-10-23 02:38:02 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-10-23 02:38:02 +0000 |
commit | 2a0542ac5d0ab1f732401dc01b7cbd2788aa7ff8 (patch) | |
tree | 4378e2d1b033d58c73353588cdd22d2fa05fc23c | |
parent | 811a732bc43f1d7c4a82700dfa95e38eda51113c (diff) | |
download | portage-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
-rwxr-xr-x | bin/portageq | 4 |
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:" |