2010-01-26 Carles Pina i Estany <carles@pina.cat>
* util/bin2h.c (usage): Fix warning (space after backslash).
This commit is contained in:
parent
de0b7a4ed1
commit
b510928c38
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-26 Carles Pina i Estany <carles@pina.cat>
|
||||
|
||||
* util/bin2h.c (usage): Fix warning (space after backslash).
|
||||
|
||||
2010-01-25 Carles Pina i Estany <carles@pina.cat>
|
||||
|
||||
* font/font.c: Include `grub/fontformat.h.
|
||||
|
|
|
@ -42,7 +42,7 @@ usage (int status)
|
|||
Usage: %s [OPTIONS] SYMBOL-NAME\n\
|
||||
\n\
|
||||
Convert a binary file to a C header.\n\
|
||||
\n\
|
||||
\n\
|
||||
-h, --help display this message and exit\n\
|
||||
-V, --version print version information and exit\n\
|
||||
\n\
|
||||
|
|
Loading…
Reference in a new issue