summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-29 06:00:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-29 06:00:31 +0000
commit3c5da3c38450a17143f85701cd878c66b85affe2 (patch)
treee297c5e9c88ad7f045001125fa7fb69391eb538f /bin/ebuild
parentcompnerd: document manifest action (diff)
downloadportage-multirepo-3c5da3c38450a17143f85701cd878c66b85affe2.tar.gz
portage-multirepo-3c5da3c38450a17143f85701cd878c66b85affe2.tar.bz2
portage-multirepo-3c5da3c38450a17143f85701cd878c66b85affe2.zip
give a slightly better usage message
svn path=/main/trunk/; revision=2323
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 0ddeaa6b..5a2962fa 100755
--- 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)