commit | ddb3af9a122b315fd097afa9b45796b977ed7011 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Jan 27 18:03:10 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 28 08:43:45 2009 +0100 |
tree | dac70a1eebda8bb6c05b95db3a7bebffeff94b3b | |
parent | 7467e849e108bd6145f2749ec627eee6d9341823 [diff] [blame] |
Standardize command usage messages with cmd_usage() Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c index 08eaf10..2320c0f 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
@@ -116,7 +116,7 @@ unsigned int addr; if (argc < 2) { - printf ("Usage:\n%s\n", cmdtp->usage); + cmd_usage(cmdtp); return 1; }