diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-12 23:05:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-12 23:05:22 +0200 |
commit | 668a6b45915d10d75357f5b93f569bbf49ea2b06 (patch) | |
tree | 5028cab02cae3e0ee460b9e6c51110c81390cd42 /common | |
parent | 5d89115c5314987f7f57ee705f8f9b5c6b0be0f8 (diff) | |
parent | 842404ea0730a7b48355794bdca6b787d4a1536a (diff) | |
download | u-boot-imx-668a6b45915d10d75357f5b93f569bbf49ea2b06.zip u-boot-imx-668a6b45915d10d75357f5b93f569bbf49ea2b06.tar.gz u-boot-imx-668a6b45915d10d75357f5b93f569bbf49ea2b06.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index dc63f24..226ea0d 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -712,7 +712,7 @@ U_BOOT_CMD( "usb part [dev] - print partition table of one or all USB storage" " devices\n" "usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'\n" - " to memory address `addr'" + " to memory address `addr'\n" "usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'\n" " from memory address `addr'" ); |