summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-28 23:18:28 +0000
committerwdenk <wdenk>2003-06-28 23:18:28 +0000
commiteeacb89cb311fe273fef0f20b2bacf589b36f8f4 (patch)
tree81987137c79bb282307c90f6774fd46518b2af2a
parent3d96ede97529af71fa811d657b891ffad6d0412b (diff)
help text cleanupLABEL_2003_06_29_0145
-rw-r--r--common/cmd_net.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c
index 44c86e2cc8..8a55f43b32 100644
--- a/common/cmd_net.c
+++ b/common/cmd_net.c
@@ -54,8 +54,7 @@ int do_tftpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
cmd_tbl_t U_BOOT_CMD(TFTPB) = MK_CMD_ENTRY(
"tftpboot", 3, 1, do_tftpb,
- "tftpboot- boot image via network using TFTP protocol\n"
- " and env variables ipaddr and serverip\n",
+ "tftpboot- boot image via network using TFTP protocol\n",
"[loadAddress] [bootfilename]\n"
);