From: Mike Frysinger Date: Tue, 29 Nov 2005 06:00:31 +0000 (-0000) Subject: give a slightly better usage message X-Git-Tag: v2.1_pre1~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c5da3c38450a17143f85701cd878c66b85affe2;p=portage.git give a slightly better usage message svn path=/main/trunk/; revision=2323 --- 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 [command] ..." + print "" + print "See the ebuild(1) man page for more info" sys.exit(1)