Clean up diufb command definitions
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 28 Jan 2009 00:03:08 +0000 (18:03 -0600)
committerWolfgang Denk <wd@denx.de>
Wed, 28 Jan 2009 07:43:34 +0000 (08:43 +0100)
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>
board/ads5121/ads5121_diu.c
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c

index 11450aa..896900b 100644 (file)
@@ -101,7 +101,7 @@ int ads5121diu_init_show_bmp(cmd_tbl_t *cmdtp,
 
 U_BOOT_CMD(
        diufb, CONFIG_SYS_MAXARGS, 1, ads5121diu_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"
        );
index cd25d4a..08eaf10 100644 (file)
@@ -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"
        );