aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorMichael Roth <michael.roth@amd.com>2022-02-10 14:02:44 -0600
committerMichael Roth <michael.roth@amd.com>2022-02-10 15:29:13 -0600
commit9ea95bf59e1d9e50c9a5b121a5d5be9841b7f23b (patch)
tree932a54371ab96a00ddf3c52766cf72940c02854c /build.sh
parentd2deb2bb188a51a70f99ba46c31109edfdb0fa41 (diff)
downloadcachepc-amdsev-9ea95bf59e1d9e50c9a5b121a5d5be9841b7f23b.tar.gz
cachepc-amdsev-9ea95bf59e1d9e50c9a5b121a5d5be9841b7f23b.zip
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.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 5 insertions, 5 deletions
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
}