From 70446a99a4afe3cd1b32ff88dd095e4fad39af93 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 3 Aug 2023 02:22:20 +0200 Subject: [PATCH] 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 --- 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 008d4ab..a2f0e51 100755 --- a/resources/scripts/build/release/u-boot-libre +++ b/resources/scripts/build/release/u-boot-libre @@ -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 # %s\n" \ "${progname}" \ "Release deblobbed u-boot tarballs for the given version" printf "\t%s --list-versions # %s\n" \