From: Andrzej Wolski Date: Fri, 17 Jul 2009 20:26:54 +0000 (+0200) Subject: ubi: help message correction X-Git-Tag: v2009.08-rc1~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6ca3b70949790ab5438d6c9a592216cc3616110;p=kernel%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 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)" );