Standardize command usage messages with cmd_usage()
[pandora-u-boot.git] / common / cmd_boot.c
index 6024ffe..36106c7 100644 (file)
@@ -41,7 +41,7 @@ int do_go (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        int     rcode = 0;
 
        if (argc < 2) {
-               printf ("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }