diff options
Diffstat (limited to 'resources/scripts/download')
| -rwxr-xr-x | resources/scripts/download/u-boot | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/resources/scripts/download/u-boot b/resources/scripts/download/u-boot index 692f34bf..d388dd39 100755 --- a/resources/scripts/download/u-boot +++ b/resources/scripts/download/u-boot @@ -207,6 +207,9 @@ usage()  	progname="./download u-boot"  	printf "Usage:\n" +	printf "\t%s                                # %s\n" \ +	       "${progname}" \ +	       "Download u-boot for all boards"  	printf "\t%s [board]                        # %s\n" \  	       "${progname}" \  	       "Download u-boot for the given board" | 
