1 Star 0 Fork 8

李静元007/tftp

forked from src-openEuler/tftp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tftp-doc.patch 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:18 . Package init
--- tftp-hpa-5.2/tftp/main.c 2013-04-19 09:34:09.737410319 +0200
+++ tftp-hpa-5.2/tftp/main.c 2013-04-19 09:42:53.559946374 +0200
@@ -195,9 +195,11 @@
{
fprintf(stderr,
#ifdef HAVE_IPV6
- "Usage: %s [-4][-6][-v][-l][-m mode] [host [port]] [-c command]\n",
+ "Usage: %s [-4][-6][-v][-V][-l][-m mode] [-R port:port] "
+ "[host [port]] [-c command]\n",
#else
- "Usage: %s [-v][-l][-m mode] [host [port]] [-c command]\n",
+ "Usage: %s [-v][-V][-l][-m mode] [-R port:port] "
+ "[host [port]] [-c command]\n",
#endif
program);
exit(errcode);
--- tftp-hpa-5.2/tftpd/tftpd.8.in 2012-11-20 09:43:46.000000000 +0100
+++ tftp-hpa-5.2/tftpd/tftpd.8.in 2013-04-19 09:44:37.399057279 +0200
@@ -155,7 +155,7 @@
.B utimeout
option is negotiated. The default is 1000000 (1 second.)
.TP
-\fB\-\-mapfile\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
+\fB\-\-map\-file\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
Specify the use of filename remapping. The
.I remap-file
is a file containing the remapping rules. See the section on filename
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lijingyuan007/tftp.git
git@gitee.com:lijingyuan007/tftp.git
lijingyuan007
tftp
tftp
master

搜索帮助