diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-20 22:56:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-20 22:56:57 +0200 |
commit | 997d2681d515dff622f35610de9c37faec272679 (patch) | |
tree | 52d3d30852bae0d423d66fe99cf72f334193181a | |
parent | 725e53a70dfc8e96965715c1f61ae002061dac6b (diff) | |
parent | f99a292aa6083057f5db8283d2ce4a2be22b8856 (diff) | |
download | u-boot-imx-997d2681d515dff622f35610de9c37faec272679.zip u-boot-imx-997d2681d515dff622f35610de9c37faec272679.tar.gz u-boot-imx-997d2681d515dff622f35610de9c37faec272679.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ubi
-rw-r--r-- | common/cmd_ubi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 05893f5..54faac1 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -618,7 +618,7 @@ U_BOOT_CMD(ubi, 6, 1, do_ubi, "ubi remove[vol] volume" " - Remove volume\n" "[Legends]\n" - " volume: charater name\n" - " size: KiB, MiB, GiB, and bytes\n" + " volume: character name\n" + " size: specified in bytes\n" " type: s[tatic] or d[ynamic] (default=dynamic)" ); |