summaryrefslogtreecommitdiff
path: root/board/ssv/common/wd_pio.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ssv/common/wd_pio.c')
-rw-r--r--board/ssv/common/wd_pio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ssv/common/wd_pio.c b/board/ssv/common/wd_pio.c
index 9945c5987e1..9b384259e4b 100644
--- a/board/ssv/common/wd_pio.c
+++ b/board/ssv/common/wd_pio.c
@@ -145,13 +145,13 @@ int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
default:
break;
}
- printf ("Usage:\n%s\n", cmdtp->usage);
+ cmd_usage(cmdtp);
return 1;
}
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"