diff options
Diffstat (limited to 'board/ssv/common/wd_pio.c')
| -rw-r--r-- | board/ssv/common/wd_pio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ssv/common/wd_pio.c b/board/ssv/common/wd_pio.c index 8823ed12f..9b384259e 100644 --- a/board/ssv/common/wd_pio.c +++ b/board/ssv/common/wd_pio.c @@ -151,7 +151,7 @@ int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	wd,	2,	1,	do_wd, -	"wd      - check and set watchdog\n", +	"check and set watchdog",  	"on   - switch watchDog on\n"  	"wd off  - switch watchdog off\n"  	"wd      - print current status\n" |