Commit a3f8a641 authored by Bernhard Walle's avatar Bernhard Walle Committed by Torsten Duwe
Browse files

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: default avatarBernhard Walle <bernhard.walle@gmx.de>
Acked-by: default avatarTorsten Duwe <duwe@lst.de>
parent 9bb1c5d7
......@@ -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);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment