From: Brian Norris Date: Wed, 29 Jun 2011 18:14:18 +0000 (-0700) Subject: flash_erase: fix incorrect help message X-Git-Tag: v1.4.7~39 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=df1d8c90f634a200564ae21a76e9e6b84804d7fa;p=mtd-utils.git flash_erase: fix incorrect help message Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- diff --git a/flash_erase.c b/flash_erase.c index 220f85a..fe2eaca 100644 --- a/flash_erase.c +++ b/flash_erase.c @@ -66,7 +66,7 @@ static void display_help (void) " -j, --jffs2 format the device for jffs2\n" " -N, --noskipbad don't skip bad blocks\n" " -u, --unlock unlock sectors before erasing\n" - " -q, --quiet display progress messages\n" + " -q, --quiet do not display progress messages\n" " --silent same as --quiet\n" " --help display this help and exit\n" " --version output version information and exit\n",