mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-27 17:50:20 +01:00
packages: roms: download: help: add missing rootfs.img.
We already have a 'rootfs.img' argument but it is not documented in
the help.
This was broken from the start in the commit
9cc02ddde1
("packages: roms: Start
adding automatic tests.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
ddb517e3de
commit
04bb64d9e7
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ usage()
|
|||
"${progname}" \
|
||||
"grub.img" \
|
||||
"Get the path of the grub.img image"
|
||||
printf "\t%s %s # %s.\n" \
|
||||
"${progname}" \
|
||||
"rootfs.img" \
|
||||
"Get the path of the rootfs.img image"
|
||||
printf "\t%s <-h|--help> # %s.\n" \
|
||||
"${progname}" \
|
||||
"Display this help and exit"
|
||||
|
|
Loading…
Reference in a new issue