u-boot-libre: help: fix version line

While technically the version is optional, the line being printed
only describes runinng this script with a given version.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-08-03 02:22:20 +02:00
parent 12ab793e53
commit 70446a99a4
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ usage()
printf "\t%s # %s\n" \
"${progname}" \
"Release deblobbed u-boot tarballs for all supported versions"
printf "\t%s [version] # %s\n" \
printf "\t%s <version> # %s\n" \
"${progname}" \
"Release deblobbed u-boot tarballs for the given version"
printf "\t%s --list-versions # %s\n" \