summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-03-26 12:56:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-03-30 14:27:04 +0200
commitf4a5a3966355b63432cfea594aa74b55d4338a7c (patch)
tree6c85f5c3b97cfe92d1bb6d59929d0070a3588161 /commands
parentc46c96b0cd96b020cd9b304361b1b1c94e776910 (diff)
downloadbarebox-f4a5a3966355b63432cfea594aa74b55d4338a7c.tar.gz
barebox-f4a5a3966355b63432cfea594aa74b55d4338a7c.tar.xz
trivial: fix command case for erase usage line
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/flash.c b/commands/flash.c
index 655d7865a4..20f5cfc33a 100644
--- a/commands/flash.c
+++ b/commands/flash.c
@@ -84,7 +84,7 @@ out:
}
static const __maybe_unused char cmd_erase_help[] =
-"Usage: Erase <device> [area]\n"
+"Usage: erase <device> [area]\n"
"Erase a flash device or parts of a device if an area specification\n"
"is given\n";