From: Seung-Woo Kim Date: Tue, 3 Dec 2024 10:25:21 +0000 (+0900) Subject: cmd: tizendown: Update usbdown usage with proper command X-Git-Tag: accepted/tizen/unified/x/asan/20241224.004353 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93543e760f727449daa417d5715e32d007e793df;p=platform%2Fkernel%2Fu-boot.git cmd: tizendown: Update usbdown usage with proper command Update usbdown usage help with 'usbdown' command. Change-Id: I095adcb3156afe7dc78ead52025598fa3e381320 Signed-off-by: Seung-Woo Kim --- 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" );