diff options
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfstool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index 507edc255e..4c28c29844 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -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(); |