c5edeb
--- tftp-hpa-5.2/tftp/main.c	2013-04-19 09:34:09.737410319 +0200
c5edeb
+++ tftp-hpa-5.2/tftp/main.c	2013-04-19 09:42:53.559946374 +0200
c5edeb
@@ -195,9 +195,11 @@
c5edeb
 {
c5edeb
     fprintf(stderr,
c5edeb
 #ifdef HAVE_IPV6
c5edeb
-            "Usage: %s [-4][-6][-v][-l][-m mode] [host [port]] [-c command]\n",
c5edeb
+            "Usage: %s [-4][-6][-v][-V][-l][-m mode] [-R port:port] "
c5edeb
+			"[host [port]] [-c command]\n",
c5edeb
 #else
c5edeb
-            "Usage: %s [-v][-l][-m mode] [host [port]] [-c command]\n",
c5edeb
+            "Usage: %s [-v][-V][-l][-m mode] [-R port:port] "
c5edeb
+			"[host [port]] [-c command]\n",
c5edeb
 #endif
c5edeb
             program);
c5edeb
     exit(errcode);
c5edeb
--- tftp-hpa-5.2/tftpd/tftpd.8.in	2012-11-20 09:43:46.000000000 +0100
c5edeb
+++ tftp-hpa-5.2/tftpd/tftpd.8.in	2013-04-19 09:44:37.399057279 +0200
c5edeb
@@ -155,7 +155,7 @@
c5edeb
 .B utimeout
c5edeb
 option is negotiated.  The default is 1000000 (1 second.)
c5edeb
 .TP
c5edeb
-\fB\-\-mapfile\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
c5edeb
+\fB\-\-map\-file\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
c5edeb
 Specify the use of filename remapping.  The
c5edeb
 .I remap-file
c5edeb
 is a file containing the remapping rules.  See the section on filename
9010b6
@@ -243,7 +243,7 @@ option, but crash with an error if they
9010b6
 accepted by the server.
9010b6
 .SH "FILENAME REMAPPING"
9010b6
 The
9010b6
-.B \-\-mapfile
9010b6
+.B \-\-map\-file
9010b6
 option specifies a file which contains filename remapping rules.  Each
9010b6
 non-comment line (comments begin with hash marks,
9010b6
 .BR # )
9010b6
@@ -395,7 +395,7 @@ flag is used to set up a chroot() enviro
9010b6
 once a connection has been set up.
9010b6
 .PP
9010b6
 Finally, the filename remapping
9010b6
-.RB ( \-\-mapfile
9010b6
+.RB ( \-\-map\-file
9010b6
 flag) support can be used to provide a limited amount of additional
9010b6
 access control.
9010b6
 .SH "CONFORMING TO"