diff --git a/tools/snp.sh b/tools/snp.sh index 049caa5..3d441f5 100755 --- a/tools/snp.sh +++ b/tools/snp.sh @@ -110,16 +110,16 @@ SEV_SNP_MEASURE_VERSION="0.0.11" usage() { >&2 echo "Usage: $0 [OPTIONS] [COMMAND]" >&2 echo " where COMMAND must be one of the following:" - >&2 echo " setup-host Build required SNP components and set up host" - >&2 echo " launch-guest Launch a SNP guest" - >&2 echo " attest-guest Use virtee/snpguest and sev-snp-measure to attest a SNP guest" - >&2 echo " stop-guests Stop all SNP guests started by this script" + >&2 echo " setup-host Build required SNP components and set up host" + >&2 echo " launch-guest Launch a SNP guest" + >&2 echo " attest-guest Use virtee/snpguest and sev-snp-measure to attest a SNP guest" + >&2 echo " stop-guests Stop all SNP guests started by this script" >&2 echo " check-host-snp-cpuid Read the dedicated host MSR to determine if SNP is on and supported" >&2 echo " check-guest-snp-msr Read the dedicated guest MSR to determine if SNP is on and supported" >&2 echo " where OPTIONS are:" - >&2 echo " -n|--non-upm Build AMDSEV non UPM kernel (sev-snp-devel)" - >&2 echo " -i|--image Path to existing image file" - >&2 echo " -h|--help Usage information" + >&2 echo " -n|--non-upm Build AMDSEV non UPM kernel (sev-snp-devel)" + >&2 echo " -i|--image Path to existing image file" + >&2 echo " -h|--help Usage information" return 1 }