| Submitter | Brian Norris |
|---|---|
| Date | June 29, 2011, 6:14 p.m. |
| Message ID | <1309371258-18936-1-git-send-email-computersforpeace@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/102652/ |
| State | New |
| Headers | show |
Comments
On Wed, 2011-06-29 at 11:14 -0700, Brian Norris wrote: > Signed-off-by: Brian Norris <computersforpeace@gmail.com> > --- > flash_erase.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Pushed, thanks Brian!
Patch
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",
Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- flash_erase.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)