diff --git a/flashrom.c b/flashrom.c index 33d3738f2e905c0e9331c89b3643c4603c3b4927..27cf1fc0cfb719d2b0ec64477acaf1c79dc0468e 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); }