From 9ea95bf59e1d9e50c9a5b121a5d5be9841b7f23b Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Thu, 10 Feb 2022 14:02:44 -0600 Subject: build.sh: update usage() details Previous update accidentally grouped the components under the --package option, but the components are actually standalone arguments, so update the wording for accuracy. --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 25928cb..877a5ba 100755 --- a/build.sh +++ b/build.sh @@ -9,12 +9,12 @@ function usage() { echo "Usage: $0 [OPTIONS] [COMPONENT]" echo " where COMPONENT is an individual component to build:" - echo " qemu, ovmf, kernel" + echo " qemu, ovmf, kernel [host|guest]" + echo " (default is to build all components)" echo " where OPTIONS are:" - echo " --install PATH Installation path (default $INSTALL_DIR)" - echo " --package [qemu|ovmf|[kernel [host|guest]]" - echo " Build packages (default is all of them)" - echo " -h|--help Usage information" + echo " --install PATH Installation path (default $INSTALL_DIR)" + echo " --package Create a tarball containing built components" + echo " -h|--help Usage information" exit 1 } -- cgit v1.2.3-71-gd317