From bf07722d8e38ac0e4fc07a91d04a94cfa89155e7 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 3 Aug 2023 01:32:19 +0200 Subject: [PATCH] download/coreboot: fix duplicated help content Signed-off-by: Denis 'GNUtoo' Carikli --- resources/packages/coreboot/download | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/packages/coreboot/download b/resources/packages/coreboot/download index 21fe078..36c1491 100755 --- a/resources/packages/coreboot/download +++ b/resources/packages/coreboot/download @@ -39,9 +39,6 @@ usage() "${progname}" \ "Download and deblob Coreboot for the given boards" printf "\t%s --list-boards # %s\n" \ - "${progname}" \ - "Prints this help" - printf "\t%s --help # %s\n" \ "${progname}" \ "List supported boards" printf "\t%s --help # %s\n" \