Blame SOURCES/tftp-doc.patch
|
|
adae9d |
--- tftp-hpa-5.2/tftp/main.c 2013-04-19 09:34:09.737410319 +0200
|
|
|
adae9d |
+++ tftp-hpa-5.2/tftp/main.c 2013-04-19 09:42:53.559946374 +0200
|
|
|
adae9d |
@@ -195,9 +195,11 @@
|
|
|
adae9d |
{
|
|
|
adae9d |
fprintf(stderr,
|
|
|
adae9d |
#ifdef HAVE_IPV6
|
|
|
adae9d |
- "Usage: %s [-4][-6][-v][-l][-m mode] [host [port]] [-c command]\n",
|
|
|
adae9d |
+ "Usage: %s [-4][-6][-v][-V][-l][-m mode] [-R port:port] "
|
|
|
adae9d |
+ "[host [port]] [-c command]\n",
|
|
|
adae9d |
#else
|
|
|
adae9d |
- "Usage: %s [-v][-l][-m mode] [host [port]] [-c command]\n",
|
|
|
adae9d |
+ "Usage: %s [-v][-V][-l][-m mode] [-R port:port] "
|
|
|
adae9d |
+ "[host [port]] [-c command]\n",
|
|
|
adae9d |
#endif
|
|
|
adae9d |
program);
|
|
|
adae9d |
exit(errcode);
|
|
|
adae9d |
--- tftp-hpa-5.2/tftpd/tftpd.8.in 2012-11-20 09:43:46.000000000 +0100
|
|
|
adae9d |
+++ tftp-hpa-5.2/tftpd/tftpd.8.in 2013-04-19 09:44:37.399057279 +0200
|
|
|
adae9d |
@@ -155,7 +155,7 @@
|
|
|
adae9d |
.B utimeout
|
|
|
adae9d |
option is negotiated. The default is 1000000 (1 second.)
|
|
|
adae9d |
.TP
|
|
|
adae9d |
-\fB\-\-mapfile\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
|
|
|
adae9d |
+\fB\-\-map\-file\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
|
|
|
adae9d |
Specify the use of filename remapping. The
|
|
|
adae9d |
.I remap-file
|
|
|
adae9d |
is a file containing the remapping rules. See the section on filename
|