diff options
author | Andrzej Wolski <awolski@poczta.fm> | 2009-07-17 22:26:54 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-07-20 09:21:45 +0200 |
commit | f99a292aa6083057f5db8283d2ce4a2be22b8856 (patch) | |
tree | 2897ffcc6a272bfcfd06af23f847f76252b68f51 | |
parent | b86b85e2611d57d834795a92453431a1a340c3c9 (diff) | |
download | u-boot-imx-f99a292aa6083057f5db8283d2ce4a2be22b8856.zip u-boot-imx-f99a292aa6083057f5db8283d2ce4a2be22b8856.tar.gz u-boot-imx-f99a292aa6083057f5db8283d2ce4a2be22b8856.tar.bz2 |
ubi: help message correction
Fix incorrect information about size units and correct typo.
Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
Signed-off-by: Stefan Roese <sr@denx.de>
-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)" ); |