summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
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 0ddeaa6bb..5a2962fae 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)