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:
Jean-Christophe PLAGNIOL-VILLARD 2008-01-11 00:01:37 +01:00 committed by Ben Warren
parent b8f4162a4f
commit 7f52fa3c2d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ int do_nfs (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
nfs, 3, 1, do_nfs,
"nfs\t- boot image via network using NFS protocol\n",
"[loadAddress] [host ip addr:bootfilename]\n"
"[loadAddress] [[hostIPaddr:]bootfilename]\n"
);
#endif