From 12ab793e53246889d76eab7ca76b095d24071ff1 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 3 Aug 2023 01:17:26 +0200 Subject: [PATCH] u-boot-libre: help: fix typo The code only works for one version at the same time. Signed-off-by: Denis 'GNUtoo' Carikli --- resources/scripts/build/release/u-boot-libre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/build/release/u-boot-libre b/resources/scripts/build/release/u-boot-libre index 6479914..008d4ab 100755 --- a/resources/scripts/build/release/u-boot-libre +++ b/resources/scripts/build/release/u-boot-libre @@ -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"