]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-04 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Tue, 4 Aug 2009 20:10:28 +0000 (20:10 +0000)
committerfzielcke <fzielcke@localhost>
Tue, 4 Aug 2009 20:10:28 +0000 (20:10 +0000)
* commands/search.c: Fix help output to match actual code.

ChangeLog
commands/search.c

index 670d7258b3f9cbeebc69ef0e8a17aefebc75ad2a..71ad4afca3608e8e216d83d671a2784ee564e536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4ac7429ebc2a5f4f34cdf41dffa5eb83763e71dd..d10b51abf3ae6f457e13ec7de18e29fb74287776 100644 (file)
@@ -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},