From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Wolski Date: Sun, 12 Jul 2009 04:25:07 +0200 Subject: [U-Boot] [PATCH] ubi: help message correction Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Fix incorrect information about size units. Signed-off-by: Andrzej Wolski --- diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index bbca389..d1653b1 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -608,6 +608,6 @@ U_BOOT_CMD(ubi, 6, 1, do_ubi, " - Remove volume\n" "[Legends]\n" " volume: charater name\n" - " size: KiB, MiB, GiB, and bytes\n" + " size: hex value\n" " type: s[tatic] or d[ynamic] (default=dynamic)" );