mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] trivial: fix command case for erase usage line
@ 2010-03-26 11:56 Uwe Kleine-König
  0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2010-03-26 11:56 UTC (permalink / raw)
  To: barebox

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 commands/flash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/flash.c b/commands/flash.c
index 655d786..20f5cfc 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";
 
-- 
1.7.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-26 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-26 11:56 [PATCH] trivial: fix command case for erase usage line Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox