浏览代码

help text cleanup

wdenk 22 年之前
父节点
当前提交
eeacb89cb3
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      common/cmd_net.c

+ 1 - 2
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"
 );