cbfstool: Trivial move of newline after commands in usage
authorPeter Stuge <peter@stuge.se>
Mon, 17 Jan 2011 05:02:09 +0000 (05:02 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 17 Jan 2011 05:02:09 +0000 (05:02 +0000)
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

util/cbfstool/cbfstool.c

index 507edc255e8486fb113baf787182b2605d9eb8b8..4c28c2984490f07688c3d7321be049b81d2da8c3 100644 (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();