From b347e0d8011883ac91683978a96eab28103af200 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Mon, 17 Jan 2011 05:02:09 +0000 Subject: [PATCH] cbfstool: Trivial move of newline after commands in usage Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6259 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/cbfstool/cbfstool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index 507edc255..4c28c2984 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(); -- 2.25.1