Skip to content
Snippets Groups Projects
Commit eeacb89c authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

help text cleanup

parent 3d96ede9
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,7 @@ int do_tftpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
cmd_tbl_t U_BOOT_CMD(TFTPB) = MK_CMD_ENTRY(
"tftpboot", 3, 1, do_tftpb,
"tftpboot- boot image via network using TFTP protocol\n"
" and env variables ipaddr and serverip\n",
"tftpboot- boot image via network using TFTP protocol\n",
"[loadAddress] [bootfilename]\n"
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment