Skip to content
Snippets Groups Projects
Commit 2b761f2f authored by Alper Nebi Yasak's avatar Alper Nebi Yasak
Browse files

download/u-boot: Re-add usage text for no-argument form


The no-argument form of the U-Boot download script prepare trees for all
boards when run with no arguments, like the corresponding script for
coreboot. The usage text for this case was removed without any changes
to the corresponding code, assume it was by mistake and add it back.

Signed-off-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
parent 71cf7f9d
Branches
Tags
No related merge requests found
......@@ -207,6 +207,9 @@ usage()
progname="./download u-boot"
printf "Usage:\n"
printf "\t%s # %s\n" \
"${progname}" \
"Download u-boot for all boards"
printf "\t%s [board] # %s\n" \
"${progname}" \
"Download u-boot for the given board"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment