projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d96ede
)
help text cleanup
author
wdenk
<wdenk>
Sat, 28 Jun 2003 23:18:28 +0000
(23:18 +0000)
committer
wdenk
<wdenk>
Sat, 28 Jun 2003 23:18:28 +0000
(23:18 +0000)
common/cmd_net.c
patch
|
blob
|
history
diff --git
a/common/cmd_net.c
b/common/cmd_net.c
index
44c86e2
..
8a55f43
100644
(file)
--- 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"
);