Author: stuge
Date: Mon Jan 17 06:02:09 2011
New Revision: 6259
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6259

Log:
cbfstool: Trivial move of newline after commands in usage

Signed-off-by: Peter Stuge <[email protected]>
Acked-by: Peter Stuge <[email protected]>

Modified:
   trunk/util/cbfstool/cbfstool.c

Modified: trunk/util/cbfstool/cbfstool.c
==============================================================================
--- trunk/util/cbfstool/cbfstool.c      Mon Jan 17 03:20:33 2011        (r6258)
+++ trunk/util/cbfstool/cbfstool.c      Mon Jan 17 06:02:09 2011        (r6259)
@@ -289,7 +289,8 @@
             " 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();

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to