1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

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>
This commit is contained in:
Bernhard Walle 2008-01-11 00:32:07 +00:00 committed by Torsten Duwe
parent 9bb1c5d7ee
commit a3f8a64166

View File

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