+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
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},