]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pcs440ep: Clean up led command definition
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 28 Jan 2009 00:03:09 +0000 (18:03 -0600)
committerWolfgang Denk <wd@denx.de>
Wed, 28 Jan 2009 07:43:40 +0000 (08:43 +0100)
The pcs440ep's led 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/pcs440ep/pcs440ep.c

index 271005f0f8fcb70ac6ef2443610c2589a80d825b..73a7a08e27894090e114ebc87d561df73959b97b 100644 (file)
@@ -761,7 +761,7 @@ int do_led (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        led,    2,      1,      do_led,
-       "led [bitmask]   - set the DIAG-LED\n",
+       "led    - set the DIAG-LED\n",
        "[bitmask] 0x01 = DIAG 1 on\n"
        "              0x02 = DIAG 2 on\n"
        "              0x04 = DIAG 3 on\n"