]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ubi: help message correction
authorAndrzej Wolski <awolski@poczta.fm>
Fri, 17 Jul 2009 20:26:54 +0000 (22:26 +0200)
committerWolfgang 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

index 05893f5be57fa7c93e1e5c920295f092a92bc3fe..54faac1c931009e131f223dd372456b0d5544202 100644 (file)
@@ -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)"
 );