From a3f8a6416616588021f21b893e673cc67a71bc3f Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Fri, 11 Jan 2008 00:32:07 +0000 Subject: 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 Acked-by: Torsten Duwe --- flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index 33d3738f..27cf1fc0 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 : read rom layout from file\n" " -i | --image : 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); } -- cgit v1.2.3