cmd: tizendown: Update usbdown usage with proper command 98/315598/2 accepted/tizen/unified/20241204.183314 accepted/tizen/unified/x/20241218.032629 accepted/tizen/unified/x/asan/20241224.004353
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 3 Dec 2024 10:25:21 +0000 (19:25 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 3 Dec 2024 10:30:29 +0000 (10:30 +0000)
Update usbdown usage help with 'usbdown' command.

Change-Id: I095adcb3156afe7dc78ead52025598fa3e381320
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/tizendown.c

index 0ba78b0802a315c214de5b94deb94e36d3f0e164..5ea9017d9bdda68ee04bad04526ec8b8ed9b856d 100644 (file)
@@ -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"
 );