mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
help text cleanup
This commit is contained in:
parent
3d96ede975
commit
eeacb89cb3
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue