diff options
Diffstat (limited to 'common/cmd_otp.c')
| -rw-r--r-- | common/cmd_otp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_otp.c b/common/cmd_otp.c index bdf2e6a8b..e27bb2921 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -155,7 +155,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(otp, 6, 0, do_otp, -	"otp - One-Time-Programmable sub-system\n", +	"One-Time-Programmable sub-system",  	"read <addr> <page> [count] [half]\n"  	"otp write [--force] <addr> <page> [count] [half]\n"  	"    - read/write 'count' half-pages starting at page 'page' (offset 'half')\n"); |