mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
cmd: thordown: Fix spelling of download.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
d32aa3cae4
commit
c8087f67f1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ done:
|
||||||
U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
|
U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
|
||||||
"TIZEN \"THOR\" downloader",
|
"TIZEN \"THOR\" downloader",
|
||||||
"<USB_controller> <interface> <dev>\n"
|
"<USB_controller> <interface> <dev>\n"
|
||||||
" - device software upgrade via LTHOR TIZEN dowload\n"
|
" - device software upgrade via LTHOR TIZEN download\n"
|
||||||
" program via <USB_controller> on device <dev>,\n"
|
" program via <USB_controller> on device <dev>,\n"
|
||||||
" attached to interface <interface>\n"
|
" attached to interface <interface>\n"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue