diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 | 
| commit | 455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch) | |
| tree | 9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /common | |
| parent | 84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff) | |
| download | olio-uboot-2014.01-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.xz olio-uboot-2014.01-455ae7e87f67c44e6aea68865c83acadd3fcd36c.zip | |
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_ubi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 4c358924e..5c31f7b49 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -601,7 +601,7 @@ static int do_ubi(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(ubi, 6, 1, do_ubi,  	"ubi      - ubi commands\n", -        "part [nand|nor|onenand] [part]" +	"part [nand|nor|onenand] [part]"  		" - Show or set current partition\n"  	"ubi info [l[ayout]]"  		" - Display volume and ubi layout information\n" |