]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_usb.c
Standardize command usage messages with cmd_usage()
[people/ms/u-boot.git] / common / cmd_usb.c
index 8b19240a840bc99b8a2d0568cf6e95558be5f683..46d6eea572fbf2a9a10f5b8bbd3554bc9cd96c7b 100644 (file)
@@ -366,7 +366,7 @@ int do_usbboot(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                boot_device = argv[2];
                break;
        default:
-               printf("Usage:\n%s\n", cmdtp->usage);
+               cmd_usage(cmdtp);
                return 1;
        }
 
@@ -659,7 +659,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                return 0;
        }
 #endif /* CONFIG_USB_STORAGE */
-       printf("Usage:\n%s\n", cmdtp->usage);
+       cmd_usage(cmdtp);
        return 1;
 }