From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 17 Jan 2008 17:29:56 -0500 Subject: [U-Boot-Users] [PATCH 1/1] Fix nfs command help to reflect that the serverip is optional In-Reply-To: <1200607712-1381-2-git-send-email-plagnioj@jcrosoft.com> References: <478E944F.2090406@gmail.com> <1200607712-1381-1-git-send-email-plagnioj@jcrosoft.com> <1200607712-1381-2-git-send-email-plagnioj@jcrosoft.com> Message-ID: <478FD6E4.8040701@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > diff --git a/common/cmd_net.c b/common/cmd_net.c > index b86ca86..dbf6b86 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 > > This one's already in. regards, Ben