]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/common/common_util.c
Standardize command usage messages with cmd_usage()
[karo-tx-uboot.git] / board / mpl / common / common_util.c
index 877a2d0044f6dbb6c4eecf86dda1229e0da0ec3b..d16939120ae0d4171007e756cd6e8fb482e4c855 100644 (file)
@@ -559,7 +559,7 @@ int do_mplcommon(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                return 0;
        }
 #endif
-       printf("Usage:\n%s\n", cmdtp->usage);
+       cmd_usage(cmdtp);
        return 1;
 }