From 62c3ae7c6ef215b1afa614abdf61acf077752207 Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Tue, 27 Jan 2009 18:03:10 -0600 Subject: Standardize command usage messages with cmd_usage() Signed-off-by: Peter Tyser --- board/esd/common/lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/esd/common') diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index 1eea59ecb1..1db8d9058a 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -346,7 +346,7 @@ int do_esdbmp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) char *str; #endif if (argc != 2) { - printf ("Usage:\n%s\n", cmdtp->usage); + cmd_usage(cmdtp); return 1; } -- cgit v1.2.3