From: fzielcke Date: Tue, 4 Aug 2009 20:10:28 +0000 (+0000) Subject: 2009-08-04 Felix Zielcke X-Git-Tag: 1.98~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222671b22ea7a95e6bc812bd42d6d3ba78381a3d;p=thirdparty%2Fgrub.git 2009-08-04 Felix Zielcke * commands/search.c: Fix help output to match actual code. --- diff --git a/ChangeLog b/ChangeLog index 670d7258b..71ad4afca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-04 Felix Zielcke + + * commands/search.c: Fix help output to match actual code. + 2009-08-02 Vladimir Serbinenko * commands/hexdump.c (grub_cmd_hexdump): Use grub_disk_read instead diff --git a/commands/search.c b/commands/search.c index 4ac7429eb..d10b51abf 100644 --- a/commands/search.c +++ b/commands/search.c @@ -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},