2010-01-26 Robert Millan <rmh.grub@aybabtu.com>
* util/bin2h.c (usage): Make --help actually explain what `grub-bin2h' does.
This commit is contained in:
parent
3973a59a34
commit
94e7e71281
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-01-26 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* util/bin2h.c (usage): Make --help actually explain what `grub-bin2h'
|
||||
does.
|
||||
|
||||
2010-01-26 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_PXE_DL): New macro.
|
||||
|
|
|
@ -40,6 +40,8 @@ usage (int status)
|
|||
else
|
||||
printf ("\
|
||||
Usage: %s [OPTIONS] SYMBOL-NAME\n\
|
||||
\n\
|
||||
Convert a binary file to a C header.\n\
|
||||
\n\
|
||||
-h, --help display this message and exit\n\
|
||||
-V, --version print version information and exit\n\
|
||||
|
|
Loading…
Reference in a new issue