mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 11:31:15 +02:00
download/coreboot: consistent tab indentation
This commit is contained in:
@@ -34,19 +34,19 @@ usage()
|
|||||||
{
|
{
|
||||||
progname="./download coreboot"
|
progname="./download coreboot"
|
||||||
printf "Usage:\n"
|
printf "Usage:\n"
|
||||||
printf "\t%s # %s\n" \
|
printf "\t%s\t\t\t# %s\n" \
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"Download coreboot for all the boards"
|
"Download coreboot for all the boards"
|
||||||
printf "\t%s [board [board] ...] # %s\n" \
|
printf "\t%s [board [board] ...] # %s\n" \
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"Download coreboot for the given boards"
|
"Download coreboot for the given boards"
|
||||||
printf "\t%s --list-boards # %s\n" \
|
printf "\t%s --list-boards\t# %s\n" \
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"Prints this help"
|
"Prints this help"
|
||||||
printf "\t%s --help # %s\n" \
|
printf "\t%s --help\t\t# %s\n" \
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"List supported boards"
|
"List supported boards"
|
||||||
printf "\t%s --help # %s\n" \
|
printf "\t%s --help\t\t# %s\n" \
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"Prints this help"
|
"Prints this help"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user