[LinuxBIOS] r3045 - trunk/util/flashrom

svn at openbios.org svn at openbios.org
Fri Jan 11 01:32:07 CET 2008


Author: duwe
Date: 2008-01-11 01:32:07 +0100 (Fri, 11 Jan 2008)
New Revision: 3045

Modified:
   trunk/util/flashrom/flashrom.c
Log:
This patch removes '\n' from the help output since this looks a bit strange.
After the patch [...] The line length is still below 80 characters.

Signed-off-by: Bernhard Walle <bernhard.walle at gmx.de>
Acked-by: Torsten Duwe <duwe at lst.de>


Modified: trunk/util/flashrom/flashrom.c
===================================================================
--- trunk/util/flashrom/flashrom.c	2008-01-10 17:59:25 UTC (rev 3044)
+++ trunk/util/flashrom/flashrom.c	2008-01-11 00:32:07 UTC (rev 3045)
@@ -206,7 +206,7 @@
 	     "   -f | --force:                   force write without checking image\n"
 	     "   -l | --layout <file.layout>:    read rom layout from file\n"
 	     "   -i | --image <name>:            only flash image name from flash layout\n"
-	     "\n" " If no file is specified, then all that happens\n"
+            "\n" " If no file is specified, then all that happens"
 	     " is that flash info is dumped.\n\n");
 	exit(1);
 }





More information about the coreboot mailing list