summaryrefslogtreecommitdiffstats
path: root/common/cmd_otp.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_otp.c')
-rw-r--r--common/cmd_otp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_otp.c b/common/cmd_otp.c
index 4be43448a8..30af5a31a8 100644
--- a/common/cmd_otp.c
+++ b/common/cmd_otp.c
@@ -233,4 +233,5 @@ U_BOOT_CMD(otp, 7, 0, do_otp,
"otp write [--force] <addr> <page> [count] [half]\n"
" - write 'count' half-pages starting at 'page' (offset 'half') from 'addr'\n"
"otp lock <page> <count>\n"
- " - lock 'count' pages starting at 'page'\n");
+ " - lock 'count' pages starting at 'page'"
+);
OpenPOWER on IntegriCloud