2009-08-04 Felix Zielcke <fzielcke@z-51.de>
* commands/search.c: Fix help output to match actual code.
This commit is contained in:
parent
f84114f583
commit
222671b22e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-08-04 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* commands/search.c: Fix help output to match actual code.
|
||||
|
||||
2009-08-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* commands/hexdump.c (grub_cmd_hexdump): Use grub_disk_read instead
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
static const struct grub_arg_option options[] =
|
||||
{
|
||||
{"file", 'f', 0, "search devices by a file (default)", 0, 0},
|
||||
{"file", 'f', 0, "search devices by a file", 0, 0},
|
||||
{"label", 'l', 0, "search devices by a filesystem label", 0, 0},
|
||||
{"fs-uuid", 'u', 0, "search devices by a filesystem UUID", 0, 0},
|
||||
{"set", 's', GRUB_ARG_OPTION_OPTIONAL, "set a variable to the first device found", "VAR", ARG_TYPE_STRING},
|
||||
|
|
Loading…
Reference in a new issue