projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725e53a
)
ubi: help message correction
author
Andrzej Wolski
<awolski@poczta.fm>
Fri, 17 Jul 2009 20:26:54 +0000
(22:26 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 20 Jul 2009 21:54:57 +0000
(23:54 +0200)
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>
common/cmd_ubi.c
patch
|
blob
|
history
diff --git
a/common/cmd_ubi.c
b/common/cmd_ubi.c
index 05893f5be57fa7c93e1e5c920295f092a92bc3fe..54faac1c931009e131f223dd372456b0d5544202 100644
(file)
--- 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: chara
c
ter name\n"
+ " size:
specified in
bytes\n"
" type: s[tatic] or d[ynamic] (default=dynamic)"
);