download: Add --help in the individual download scripts
This doesn't change the existing usage of the scripts:
- For the Coreboot script, before this change, all arguments that were
passed were considered as board to download the Coreboot source code
for.
Here we added the '--help' and '--list-boards' arguments, so it
should not be an issue as it is extremely unlikely that a board
would be called '--help' or '--list-boards'.
- All the other scripts don't use any arguments so passing --help
should not conflict with the existing usage.
Signed-off-by:
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Showing
- download 3 additions, 0 deletionsdownload
- resources/scripts/download/coreboot 36 additions, 0 deletionsresources/scripts/download/coreboot
- resources/scripts/download/flashrom 17 additions, 0 deletionsresources/scripts/download/flashrom
- resources/scripts/download/grub 17 additions, 0 deletionsresources/scripts/download/grub
- resources/scripts/download/ich9utils 17 additions, 0 deletionsresources/scripts/download/ich9utils
- resources/scripts/download/memtest86plus 17 additions, 0 deletionsresources/scripts/download/memtest86plus
- resources/scripts/download/seabios 17 additions, 0 deletionsresources/scripts/download/seabios
Please register or sign in to comment