commit | dfb72b88f0e315567b47bdef90ddfdcfbc5fba19 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Jan 27 18:03:12 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 28 08:49:52 2009 +0100 |
tree | 2b78cc5cbc9678d46449d873ef1ac0e02a13f2bc | |
parent | d618fd49ef5726480e21965629b773f205f0e4e4 [diff] [blame] |
Command usage cleanup Remove command name from all command "usage" fields and update common/command.c to display "name - usage" instead of just "usage". Also remove newlines from command usage fields. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
diff --git a/common/lcd.c b/common/lcd.c index ae79051..5f73247 100644 --- a/common/lcd.c +++ b/common/lcd.c
@@ -426,7 +426,7 @@ U_BOOT_CMD( cls, 1, 1, lcd_clear, - "cls - clear screen\n", + "clear screen", NULL );