Browse Source

Merge branch 'master' of git://git.denx.de/u-boot-ubi

Wolfgang Denk 16 years ago
parent
commit
997d2681d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/cmd_ubi.c

+ 2 - 2
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)"
 );