* grub-core/commands/search_wrap.c (options): Fix a typo.
This commit is contained in:
parent
f2e243c078
commit
c7c080ad02
2 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,7 @@ static const struct grub_arg_option options[] =
|
|||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-baremetal", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT if direct hardware access is suported. "
|
||||
N_("First try the device HINT if direct hardware access is supported. "
|
||||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-efi", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue