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:
Peter Stuge
2011-01-17 05:02:09 +00:00
parent a7296e74f1
commit b347e0d801

View File

@@ -289,7 +289,8 @@ void usage(void)
" create SIZE BOOTBLOCK [ALIGN] Create a ROM file\n"
" locate FILE NAME ALIGN Find a place for a file of that size\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"
);
print_supported_filetypes();