* grub-core/commands/minicmd.c (GRUB_MOD_INIT): Add missing SIZE
argument. * util/grub-fstest.c (options): Add missing DEVICE part.
This commit is contained in:
parent
b525fd834d
commit
b5c1f9bf41
3 changed files with 8 additions and 2 deletions
|
@ -438,7 +438,7 @@ static struct argp_option options[] = {
|
|||
{N_("hex FILE"), 0, 0 , OPTION_DOC, N_("Hex dump FILE."), 1},
|
||||
{N_("crc FILE"), 0, 0 , OPTION_DOC, N_("Get crc32 checksum of FILE."), 1},
|
||||
{N_("blocklist FILE"), 0, 0, OPTION_DOC, N_("Display blocklist of FILE."), 1},
|
||||
{N_("xnu_uuid"), 0, 0, OPTION_DOC, N_("Compute XNU UUID of the device."), 1},
|
||||
{N_("xnu_uuid DEVICE"), 0, 0, OPTION_DOC, N_("Compute XNU UUID of the device."), 1},
|
||||
|
||||
{"root", 'r', N_("DEVICE_NAME"), 0, N_("Set root device."), 2},
|
||||
{"skip", 's', "N", 0, N_("Skip N bytes from output file."), 2},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue