projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922fe07
)
give a slightly better usage message
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 29 Nov 2005 06:00:31 +0000
(06:00 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 29 Nov 2005 06:00:31 +0000
(06:00 -0000)
svn path=/main/trunk/; revision=2323
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 0ddeaa6bb8516b85a3bb6e1422e88eb4ea0b5aa3..5a2962fae5d873ebf77012171095a51e49ae366a 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-5,8
+5,10
@@
import getopt, os, sys
-if len(sys.argv)<=2:
- print "expecting two arguments."
+if len(sys.argv) <= 2:
+ print "Usage: ebuild <ebuild file> <command> [command] ..."
+ print ""
+ print "See the ebuild(1) man page for more info"
sys.exit(1)