]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_otp.c
Command usage cleanup
[people/ms/u-boot.git] / common / cmd_otp.c
index bdf2e6a8be6b8351a951feda71cb55cb10aca79d..e27bb29217d4b4181a53c56eaa3e73d50f4e2647 100644 (file)
@@ -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");