From 3c5da3c38450a17143f85701cd878c66b85affe2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 Nov 2005 06:00:31 +0000 Subject: [PATCH] give a slightly better usage message svn path=/main/trunk/; revision=2323 --- bin/ebuild | 6 ++++-- 1 file 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 [command] ..." + print "" + print "See the ebuild(1) man page for more info" sys.exit(1) -- 2.26.2