summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2011-01-17 05:02:09 +0000
committerPeter Stuge <peter@stuge.se>2011-01-17 05:02:09 +0000
commitb347e0d8011883ac91683978a96eab28103af200 (patch)
tree8293c4720d2aa7e68e0c83858cb57faec9b10c4f
parenta7296e74f1c1bd33f2c19c498443955d674cfacb (diff)
downloadcoreboot-b347e0d8011883ac91683978a96eab28103af200.tar.xz
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
-rw-r--r--util/cbfstool/cbfstool.c3
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();