Fix nfs command help to reflect that the serverip is optional
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
b8f4162a4f
commit
7f52fa3c2d
|
@ -87,7 +87,7 @@ int do_nfs (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
||||||
U_BOOT_CMD(
|
U_BOOT_CMD(
|
||||||
nfs, 3, 1, do_nfs,
|
nfs, 3, 1, do_nfs,
|
||||||
"nfs\t- boot image via network using NFS protocol\n",
|
"nfs\t- boot image via network using NFS protocol\n",
|
||||||
"[loadAddress] [host ip addr:bootfilename]\n"
|
"[loadAddress] [[hostIPaddr:]bootfilename]\n"
|
||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue