* 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
|
@ -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 a new issue