X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_otp.c;h=30af5a31a843ffcc62782c76b376ddb890d472ff;hb=940032260914076b1594906334b2e3f7af6fb7cf;hp=65232903b22049d38be57a65d9156578751e042c;hpb=6b7243aa89cdacefe46963dbe11cee0cbf021a49;p=u-boot diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 65232903b2..30af5a31a8 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -225,7 +225,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) } U_BOOT_CMD(otp, 7, 0, do_otp, - "One-Time-Programmable sub-system\n", + "One-Time-Programmable sub-system", "read [count] [half]\n" " - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n" "otp dump [count] [half]\n" @@ -233,4 +233,5 @@ U_BOOT_CMD(otp, 7, 0, do_otp, "otp write [--force] [count] [half]\n" " - write 'count' half-pages starting at 'page' (offset 'half') from 'addr'\n" "otp lock \n" - " - lock 'count' pages starting at 'page'\n"); + " - lock 'count' pages starting at 'page'" +);