diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-01-27 18:03:08 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-28 08:43:34 +0100 |
commit | 9507e7867e04dc48c80ee333c2a9a5e70e887f62 (patch) | |
tree | 61738628d25eba99b9293f4bb65a77447949bc09 /board/freescale | |
parent | 6450a8485836fc80615ae6de6a864c33369b44f5 (diff) | |
download | u-boot-imx-9507e7867e04dc48c80ee333c2a9a5e70e887f62.zip u-boot-imx-9507e7867e04dc48c80ee333c2a9a5e70e887f62.tar.gz u-boot-imx-9507e7867e04dc48c80ee333c2a9a5e70e887f62.tar.bz2 |
Clean up diufb command definitions
The diufb command usage formatting is non-standard. It was
made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c index cd25d4a..08eaf10 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c @@ -138,7 +138,7 @@ int mpc8610diu_init_show_bmp(cmd_tbl_t *cmdtp, U_BOOT_CMD( diufb, CONFIG_SYS_MAXARGS, 1, mpc8610diu_init_show_bmp, - "diufb init | addr - Init or Display BMP file\n", + "diufb - Init or Display BMP file\n", "init\n - initialize DIU\n" "addr\n - display bmp at address 'addr'\n" ); |