summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-23 14:20:49 +0100
committerWolfgang Denk <wd@denx.de>2008-01-23 14:20:49 +0100
commit2468592d79891fea4f39d0a414c7316f3af03f4c (patch)
treec1fc8b7d4306e4930e5afd63793decb10be2166c /common
parent8f00731818f0f0deaca899bde56de98d3d95c0b6 (diff)
parente16925773211291b562e77187061e9dd1d757217 (diff)
downloadtalos-obmc-uboot-2468592d79891fea4f39d0a414c7316f3af03f4c.tar.gz
talos-obmc-uboot-2468592d79891fea4f39d0a414c7316f3af03f4c.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-net
Diffstat (limited to 'common')
-rw-r--r--common/cmd_net.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud