Standardize command usage messages with cmd_usage()
[pandora-u-boot.git] / board / freescale / mpc8610hpcd / mpc8610hpcd_diu.c
index 08eaf10..2320c0f 100644 (file)
@@ -116,7 +116,7 @@ int mpc8610diu_init_show_bmp(cmd_tbl_t *cmdtp,
        unsigned int addr;
 
        if (argc < 2) {
-               printf ("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }