]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-16 James Jarvis <James.Jarvis@ed.ac.uk>
authorfzielcke <fzielcke@localhost>
Tue, 16 Jun 2009 16:06:49 +0000 (16:06 +0000)
committerfzielcke <fzielcke@localhost>
Tue, 16 Jun 2009 16:06:49 +0000 (16:06 +0000)
* commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
`echo' command.

ChangeLog
commands/echo.c

index 64153e0e374556876952c7420bcb32fa4effc655..f3e631c1d4e8767798fdb1f30a22de353bc6ef44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-16  James Jarvis  <James.Jarvis@ed.ac.uk>
+
+       * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
+       `echo' command.
+
 2009-06-16  Pavel Roskin  <proski@gnu.org>
 
        * 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 <jun.lambda@gmail.com>
+2009-06-13  Jun Inoue  <jun.lambda@gmail.com>
 
        * util/grub-mkconfig.in: Fix parsing of --output option.
 
index eb250052f6a6c33ec286efdfb267355c96eac24a..69aa3be3c1424a5242f745bac31656c4e906224d 100644 (file)
@@ -113,7 +113,7 @@ static grub_extcmd_t cmd;
 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);
 }