commit | bc16008cb9584d0ea87fd5d5c5e6fd570e3bbe07 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Jun 28 23:18:28 2003 +0000 |
committer | wdenk <wdenk> | Sat Jun 28 23:18:28 2003 +0000 |
tree | 81987137c79bb282307c90f6774fd46518b2af2a | |
parent | f9c55ee8d8c1b2d11d4852fbdb0cceb90f88b2ea [diff] |
help text cleanup
diff --git a/common/cmd_net.c b/common/cmd_net.c index 44c86e2..8a55f43 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c
@@ -54,8 +54,7 @@ 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" );