From 4d32712628c88f72386b4f74523a46db31cab09b Mon Sep 17 00:00:00 2001 From: Felix Zielcke Date: Tue, 4 Aug 2009 20:10:28 +0000 Subject: [PATCH] 2009-08-04 Felix Zielcke * commands/search.c: Fix help output to match actual code. git-svn-id: svn://svn.savannah.gnu.org/grub/trunk/grub2@2467 d0de0278-0dc1-4c01-8a07-af38b3205e46 --- ChangeLog | 4 ++++ commands/search.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 670d7258..71ad4afc 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 4ac7429e..d10b51ab 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}, -- 2.11.4.GIT