From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 10 Jan 2008 23:01:37 +0000 (+0100) Subject: Fix nfs command help to reflect that the serverip is optional X-Git-Tag: v1.3.2-rc1~68^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f52fa3c2df59e49dc2badd7c084cf2d007c438f;p=u-boot Fix nfs command help to reflect that the serverip is optional Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Ben Warren --- diff --git a/common/cmd_net.c b/common/cmd_net.c index 21682c09e9..56eb684d55 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -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