From 5c0452ccc981d4d7af5323712239e0e2430a92bd Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 3 Dec 2024 19:25:21 +0900 Subject: [PATCH] cmd: tizendown: Update usbdown usage with proper command Update usbdown usage help with 'usbdown' command. Change-Id: I095adcb3156afe7dc78ead52025598fa3e381320 Signed-off-by: Seung-Woo Kim --- cmd/tizendown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tizendown.c b/cmd/tizendown.c index 0ba78b0802..5ea9017d9b 100644 --- a/cmd/tizendown.c +++ b/cmd/tizendown.c @@ -303,5 +303,5 @@ U_BOOT_CMD(usbdown, CONFIG_SYS_MAXARGS, 1, do_usb_down, " fusing images from \"updateTizen\" USB directory to MMC.\n" " - \"updateTizen\" directory has to be on the first partition\n" " of the USB storage\n" - "(e.g) tizendown [rootfs.img]\n\n" + "(e.g) usbdown [rootfs.img]\n\n" ); -- 2.34.1