summaryrefslogtreecommitdiffstats
path: root/board/pcs440ep
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-01-27 18:03:09 -0600
committerWolfgang Denk <wd@denx.de>2009-01-28 08:43:40 +0100
commit84cde2bb409c07c6ef36a192d194359d4e9ccd70 (patch)
tree9649c11dcf53c5d182bf75a12e44fb106781ccc3 /board/pcs440ep
parent9507e7867e04dc48c80ee333c2a9a5e70e887f62 (diff)
downloadtalos-obmc-uboot-84cde2bb409c07c6ef36a192d194359d4e9ccd70.tar.gz
talos-obmc-uboot-84cde2bb409c07c6ef36a192d194359d4e9ccd70.zip
pcs440ep: Clean up led command definition
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>
Diffstat (limited to 'board/pcs440ep')
-rw-r--r--board/pcs440ep/pcs440ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c
index 271005f0f8..73a7a08e27 100644
--- a/board/pcs440ep/pcs440ep.c
+++ b/board/pcs440ep/pcs440ep.c
@@ -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"
OpenPOWER on IntegriCloud