mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-15 22:36:58 +00:00
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>
This commit is contained in:
parent
b86b85e261
commit
f99a292aa6
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue