mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 10:32:58 +00:00
* grub-core/commands/search_wrap.c (options): Fix a typo.
This commit is contained in:
parent
f2e243c078
commit
c7c080ad02
@ -1,3 +1,7 @@
|
||||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/search_wrap.c (options): Fix a typo.
|
||||
|
||||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
|
||||
|
@ -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…
Reference in New Issue
Block a user