[coreboot] [commit] r6259 - trunk/util/cbfstool

repository service svn at coreboot.org
Mon Jan 17 06:02:09 CET 2011


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 <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>

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();




More information about the coreboot mailing list