diff options
Diffstat (limited to 'resources/scripts')
| -rwxr-xr-x | resources/scripts/download/coreboot | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index c50b0d77..727aacc2 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -35,10 +35,10 @@ usage()  	printf "Usage:\n"  	printf "\t%s                     # %s\n" \  	       "${progname}" \ -	       "Download and deblob Coreboot for all the boards" +	       "Download coreboot for all the boards"  	printf "\t%s [board [board] ...] # %s\n" \  	       "${progname}" \ -	       "Download and deblob Coreboot for the given boards" +	       "Download coreboot for the given boards"  	printf "\t%s --list-boards       # %s\n" \  	       "${progname}" \  	       "Prints this help" | 
