From 13380293d39d92fcc482ffba01f7ca450529fa6b Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 29 Oct 2007 15:02:53 +0000 Subject: Some arguments are required (#355871). --- scripts/buildinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buildinstall') diff --git a/scripts/buildinstall b/scripts/buildinstall index 95951ce97..e83f6e9ab 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -1,7 +1,7 @@ #!/bin/bash usage() { - echo "Usage: buildinstall [--pkgorder ] [--version ] [--product ] [--release ] [--prodpath ] [--discs ] " >&2 + echo "Usage: buildinstall --version --product --release [--pkgorder ] [--prodpath ] [--discs ] " >&2 exit 1 } -- cgit