diff options
Diffstat (limited to 'cmd/boot.c')
-rw-r--r-- | cmd/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/boot.c b/cmd/boot.c index fab294e622..be67a5980d 100644 --- a/cmd/boot.c +++ b/cmd/boot.c @@ -58,7 +58,8 @@ U_BOOT_CMD( U_BOOT_CMD( reset, 2, 0, do_reset, "Perform RESET of the CPU", - "" + "- cold boot without level specifier\n" + "reset -w - warm reset if implemented" ); #ifdef CONFIG_CMD_POWEROFF |