From: Andrzej Wolski Date: Fri, 17 Jul 2009 20:26:54 +0000 (+0200) Subject: ubi: help message correction X-Git-Tag: v2009.08-rc1~36^2~3^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f99a292aa6083057f5db8283d2ce4a2be22b8856;p=oweals%2Fu-boot.git ubi: help message correction Fix incorrect information about size units and correct typo. Signed-off-by: Andrzej Wolski Signed-off-by: Stefan Roese --- diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 05893f5be5..54faac1c93 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)" );