]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
help text cleanup
authorwdenk <wdenk>
Sat, 28 Jun 2003 23:18:28 +0000 (23:18 +0000)
committerwdenk <wdenk>
Sat, 28 Jun 2003 23:18:28 +0000 (23:18 +0000)
common/cmd_net.c

index 44c86e2cc819a68ec4d7c963dfe432c453aff234..8a55f43b321d8d648124bf1c17f6d13f56389b4b 100644 (file)
@@ -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"
 );