diff options
| author | Michael Roth <michael.roth@amd.com> | 2022-02-10 14:02:44 -0600 |
|---|---|---|
| committer | Michael Roth <michael.roth@amd.com> | 2022-02-10 15:29:13 -0600 |
| commit | 9ea95bf59e1d9e50c9a5b121a5d5be9841b7f23b (patch) | |
| tree | 932a54371ab96a00ddf3c52766cf72940c02854c /build.sh | |
| parent | d2deb2bb188a51a70f99ba46c31109edfdb0fa41 (diff) | |
| download | cachepc-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-x | build.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 } |
