download/coreboot: fix duplicated help content
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
5b58977b5e
commit
bf07722d8e
|
@ -39,9 +39,6 @@ usage()
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"Download and deblob Coreboot for the given boards"
|
"Download and deblob Coreboot for the given boards"
|
||||||
printf "\t%s --list-boards # %s\n" \
|
printf "\t%s --list-boards # %s\n" \
|
||||||
"${progname}" \
|
|
||||||
"Prints this help"
|
|
||||||
printf "\t%s --help # %s\n" \
|
|
||||||
"${progname}" \
|
"${progname}" \
|
||||||
"List supported boards"
|
"List supported boards"
|
||||||
printf "\t%s --help # %s\n" \
|
printf "\t%s --help # %s\n" \
|
||||||
|
|
Loading…
Reference in New Issue