]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/barco/barco.c
Standardize command usage messages with cmd_usage()
[people/ms/u-boot.git] / board / barco / barco.c
index ed3557219506741f229cbe00784ceabebfae3f7d..e3abca4cffd11fae0ac156af59eb9ddc8d0ef672 100644 (file)
@@ -292,7 +292,7 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
 #if 0
        if (argc > 1) {
-               printf ("Usage:\n (%d) %s\n", argc, cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }
 #endif