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 <[EMAIL PROTECTED]>
Acked-by: Torsten Duwe <[EMAIL PROTECTED]>


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


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to