download/coreboot: consistent tab indentation

fsdg20230625
Leah Rowe 2023-05-14 22:43:36 +01:00
parent 1388cccbc7
commit 8b4c1c1652
1 changed files with 15 additions and 15 deletions

View File

@ -34,19 +34,19 @@ usage()
{
progname="./download coreboot"
printf "Usage:\n"
printf "\t%s # %s\n" \
printf "\t%s\t\t\t# %s\n" \
"${progname}" \
"Download coreboot for all the boards"
printf "\t%s [board [board] ...] # %s\n" \
"${progname}" \
"Download coreboot for the given boards"
printf "\t%s --list-boards # %s\n" \
printf "\t%s --list-boards\t# %s\n" \
"${progname}" \
"Prints this help"
printf "\t%s --help # %s\n" \
printf "\t%s --help\t\t# %s\n" \
"${progname}" \
"List supported boards"
printf "\t%s --help # %s\n" \
printf "\t%s --help\t\t# %s\n" \
"${progname}" \
"Prints this help"
}