]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/w7o/cmd_vpd.c
Standardize command usage messages with cmd_usage()
[people/ms/u-boot.git] / board / w7o / cmd_vpd.c
index 310fde052f9c204bfc0583be67d0e977f0b48841..52025213d7fdce099358e048d25ef8588ca1ea1d 100644 (file)
@@ -39,7 +39,7 @@ int do_vpd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
        /* Validate usage */
        if (argc > 2) {
-               printf ("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }