projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811a732
)
Print the Id tag an it's own line to avoid going
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Oct 2007 02:38:02 +0000
(
02:38
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index fcdefbd4404a16128abb04ea0ae1fd47061fe6d0..eb0421e8ba777ecbf357d64a5aa9334f2dab60fd 100755
(executable)
--- 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:"