commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2467] 2009-08-04 Felix Zielcke <address@hidden>


From: Felix Zielcke
Subject: [2467] 2009-08-04 Felix Zielcke <address@hidden>
Date: Tue, 04 Aug 2009 20:10:28 +0000

Revision: 2467
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2467
Author:   fzielcke
Date:     2009-08-04 20:10:28 +0000 (Tue, 04 Aug 2009)
Log Message:
-----------
2009-08-04  Felix Zielcke  <address@hidden>

        * commands/search.c: Fix help output to match actual code.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/commands/search.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-08-02 21:57:26 UTC (rev 2466)
+++ trunk/grub2/ChangeLog       2009-08-04 20:10:28 UTC (rev 2467)
@@ -1,3 +1,7 @@
+2009-08-04  Felix Zielcke  <address@hidden>
+
+       * commands/search.c: Fix help output to match actual code.
+
 2009-08-02  Vladimir Serbinenko  <address@hidden>
 
        * commands/hexdump.c (grub_cmd_hexdump): Use grub_disk_read instead

Modified: trunk/grub2/commands/search.c
===================================================================
--- trunk/grub2/commands/search.c       2009-08-02 21:57:26 UTC (rev 2466)
+++ trunk/grub2/commands/search.c       2009-08-04 20:10:28 UTC (rev 2467)
@@ -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},





reply via email to

[Prev in Thread] Current Thread [Next in Thread]