summaryrefslogtreecommitdiff
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
commit6322baa50c96c5ce24c3f1b9b072fb7451fd5967 (patch)
treebcf5b054c4a40f3a8420a9ae56ef29d99db20281
parented8dc58efa263d0f4a1b63ca455dae9db756a84f (diff)
downloadcoreboot-6322baa50c96c5ce24c3f1b9b072fb7451fd5967.tar.xz
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@gmx.de> Acked-by: Torsten Duwe <duwe@lst.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3045 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/flashrom/flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c
index 33d3738f2e..27cf1fc0cf 100644
--- a/util/flashrom/flashrom.c
+++ b/util/flashrom/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);
}