cbfstool: Trivial move of newline after commands in usage
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6259 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a7296e74f1
commit
b347e0d801
|
@ -289,7 +289,8 @@ void usage(void)
|
||||||
" create SIZE BOOTBLOCK [ALIGN] Create a ROM file\n"
|
" create SIZE BOOTBLOCK [ALIGN] Create a ROM file\n"
|
||||||
" locate FILE NAME ALIGN Find a place for a file of that size\n"
|
" locate FILE NAME ALIGN Find a place for a file of that size\n"
|
||||||
" print Show the contents of the ROM\n"
|
" print Show the contents of the ROM\n"
|
||||||
" extract NAME FILE Extracts a raw payload from ROM\n\n"
|
" extract NAME FILE Extracts a raw payload from ROM\n"
|
||||||
|
"\n"
|
||||||
"TYPEs:\n"
|
"TYPEs:\n"
|
||||||
);
|
);
|
||||||
print_supported_filetypes();
|
print_supported_filetypes();
|
||||||
|
|
Loading…
Reference in New Issue