summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard.walle@gmx.de>2008-01-11 00:32:07 +0000
committerTorsten Duwe <duwe@lst.de>2008-01-11 00:32:07 +0000
commita3f8a6416616588021f21b893e673cc67a71bc3f (patch)
treed89cee24a4ac1aa6375e894b9e06c6deb0d6de8e
parent9bb1c5d7ee7a10c65f71e1992fa83c5ee6fcea66 (diff)
downloadast2050-flashrom-a3f8a6416616588021f21b893e673cc67a71bc3f.zip
ast2050-flashrom-a3f8a6416616588021f21b893e673cc67a71bc3f.tar.gz
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. Corresponding to flashrom svn r177 and coreboot v2 svn r3045. Signed-off-by: Bernhard Walle <bernhard.walle@gmx.de> Acked-by: Torsten Duwe <duwe@lst.de>
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 33d3738..27cf1fc 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -206,7 +206,7 @@ void usage(const char *name)
" -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);
}
OpenPOWER on IntegriCloud