]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ssv/common/wd_pio.c
ARM Update mach-types
[people/ms/u-boot.git] / board / ssv / common / wd_pio.c
index 9945c5987e1cc434c59492042c0630020cb1a123..eaf1d2526c959eacc066213c2680cc36826099c0 100644 (file)
@@ -145,16 +145,16 @@ 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"
+       "wd      - print current status"
 );
 #endif
 #endif /* CONFIG_HW_WATCHDOG */