diff options
Diffstat (limited to 'board/ssv/common/cmd_sled.c')
| -rw-r--r-- | board/ssv/common/cmd_sled.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ssv/common/cmd_sled.c b/board/ssv/common/cmd_sled.c index cb796982b..99ff50760 100644 --- a/board/ssv/common/cmd_sled.c +++ b/board/ssv/common/cmd_sled.c @@ -156,7 +156,7 @@ int do_sled (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  #endif  U_BOOT_CMD (sled, 3, 0, do_sled, -	    "sled    - check and set status led\n", +	    "check and set status led",  	    "sled [name [state]]\n" __NAME_STR "    - state: on|off|blink\n");  #endif  #endif	/* CONFIG_STATUS_LED */ |