]> git.sur5r.net Git - u-boot/commitdiff
Fix nfs command help to reflect that the serverip is optional
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 10 Jan 2008 23:01:37 +0000 (00:01 +0100)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 16 Jan 2008 22:56:39 +0000 (17:56 -0500)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
common/cmd_net.c

index 21682c09e93393aa3ac5a89f8f6e9a54279c685f..56eb684d555a0d9a5364d071465cbeafc26630a3 100644 (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