Skip to content

Commit

Permalink
snp.sh: Format the lines in the usage
Browse files Browse the repository at this point in the history
Added extra spaces to fix the line alignment in the usage section

Signed-off-by: Harika Nittala <[email protected]>
  • Loading branch information
LakshmiSaiHarika committed Sep 28, 2024
1 parent 2f22bfe commit 5c01268
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/snp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5c01268

Please sign in to comment.