commit-grub
[Top][All Lists]
Advanced

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

[2332] 2009-06-16 James Jarvis <address@hidden>


From: Felix Zielcke
Subject: [2332] 2009-06-16 James Jarvis <address@hidden>
Date: Tue, 16 Jun 2009 16:06:49 +0000

Revision: 2332
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2332
Author:   fzielcke
Date:     2009-06-16 16:06:49 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
2009-06-16  James Jarvis  <address@hidden>

        * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
        `echo' command.

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

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-06-15 23:25:38 UTC (rev 2331)
+++ trunk/grub2/ChangeLog       2009-06-16 16:06:49 UTC (rev 2332)
@@ -1,3 +1,8 @@
+2009-06-16  James Jarvis  <address@hidden>
+
+       * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
+       `echo' command.
+
 2009-06-16  Pavel Roskin  <address@hidden>
 
        * boot/i386/pc/boot.S: Remove root_drive.  Assert offset of
@@ -62,7 +67,7 @@
        * loader/i386/multiboot.c (grub_multiboot_get_bootdev): fix partition 
        handling
        
-2009-06-13  Jun Inoue <address@hidden>
+2009-06-13  Jun Inoue  <address@hidden>
 
        * util/grub-mkconfig.in: Fix parsing of --output option.
 

Modified: trunk/grub2/commands/echo.c
===================================================================
--- trunk/grub2/commands/echo.c 2009-06-15 23:25:38 UTC (rev 2331)
+++ trunk/grub2/commands/echo.c 2009-06-16 16:06:49 UTC (rev 2332)
@@ -113,7 +113,7 @@
 GRUB_MOD_INIT(echo)
 {
   cmd = grub_register_extcmd ("echo", grub_cmd_echo, GRUB_COMMAND_FLAG_BOTH,
-                             "echo [-e|-n] FILE", "Display a line of text.",
+                             "echo [-e|-n] STRING", "Display a line of text.",
                              options);
 }
 





reply via email to

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