diff options
-rwxr-xr-x | bin/ebuild | 6 |
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) |