2009-06-11 Colin Watson <cjwatson@ubuntu.com>
* util/grub-pe2elf.c (usage): Fix references to grub-editenv.
This commit is contained in:
parent
b6783cb2ee
commit
f285fe2d53
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-06-11 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* util/grub-pe2elf.c (usage): Fix references to grub-editenv.
|
||||||
|
|
||||||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* kern/efi/efi.c (grub_exit): Add infinite loop at the end to
|
* kern/efi/efi.c (grub_exit): Add infinite loop at the end to
|
||||||
|
|
|
@ -40,10 +40,10 @@ static void
|
||||||
usage (int status)
|
usage (int status)
|
||||||
{
|
{
|
||||||
if (status)
|
if (status)
|
||||||
fprintf (stderr, "Try ``grub-editenv --help'' for more information.\n");
|
fprintf (stderr, "Try ``grub-pe2elf --help'' for more information.\n");
|
||||||
else
|
else
|
||||||
printf ("\
|
printf ("\
|
||||||
Usage: grub-editenv [OPTIONS] input [output]\n\
|
Usage: grub-pe2elf [OPTIONS] input [output]\n\
|
||||||
\n\
|
\n\
|
||||||
Tool to convert pe image to elf.\n\
|
Tool to convert pe image to elf.\n\
|
||||||
\nOptions:\n\
|
\nOptions:\n\
|
||||||
|
|
Loading…
Reference in a new issue