u-boot-libre: help: fix typo
The code only works for one version at the same time. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
023d76fb77
commit
12ab793e53
|
@ -49,7 +49,7 @@ usage()
|
|||
"Release deblobbed u-boot tarballs for all supported versions"
|
||||
printf "\t%s [version] # %s\n" \
|
||||
"${progname}" \
|
||||
"Release deblobbed u-boot tarballs for the given versions"
|
||||
"Release deblobbed u-boot tarballs for the given version"
|
||||
printf "\t%s --list-versions # %s\n" \
|
||||
"${progname}" \
|
||||
"List supported u-boot versions"
|
||||
|
|
Loading…
Reference in New Issue