Skip to content

Commit 72cb208

Browse files
unkian3l
authored andcommitted
mysqlimport manpage - s/mysqldump/mysqlimport/g
Closes PR #1672 - Note there are some legacy format not visible when invoking `man` Reviewed by: Ian Gilfillan, Anel Husakovic
1 parent 6504d3d commit 72cb208

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

man/mysqlimport.1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ all would be imported into a table named
5757
patient\&.
5858
.PP
5959
.PP
60-
\fBmysqldump\fR
60+
\fBmysqlimport\fR
6161
supports the following options, which can be specified on the command line or in the
62-
[mysqldump]
62+
[mysqlimport]
6363
and
6464
[client]
6565
option file groups\&.
66-
\fBmysqldump\fR
66+
\fBmysqlimport\fR
6767
also supports the options for processing option files\&.
6868
.sp
6969
.RS 4
@@ -267,17 +267,17 @@ Empty the table before importing the text file\&.
267267
.sp -1
268268
.IP \(bu 2.3
269269
.\}
270-
.\" mysqldump: fields-terminated-by option
271-
.\" fields-terminated-by option: mysqldump
270+
.\" mysqlimport: fields-terminated-by option
271+
.\" fields-terminated-by option: mysqlimport
272272
\fB\-\-fields\-terminated\-by=\&.\&.\&.\fR,
273-
.\" mysqldump: fields-enclosed-by option
274-
.\" fields-enclosed-by option: mysqldump
273+
.\" mysqlimport: fields-enclosed-by option
274+
.\" fields-enclosed-by option: mysqlimport
275275
\fB\-\-fields\-enclosed\-by=\&.\&.\&.\fR,
276-
.\" mysqldump: fields-optionally-enclosed-by option
277-
.\" fields-optionally-enclosed-by option: mysqldump
276+
.\" mysqlimport: fields-optionally-enclosed-by option
277+
.\" fields-optionally-enclosed-by option: mysqlimport
278278
\fB\-\-fields\-optionally\-enclosed\-by=\&.\&.\&.\fR,
279-
.\" mysqldump: fields-escaped-by option
280-
.\" fields-escaped-by option: mysqldump
279+
.\" mysqlimport: fields-escaped-by option
280+
.\" fields-escaped-by option: mysqlimport
281281
\fB\-\-fields\-escaped\-by=\&.\&.\&.\fR
282282
.sp
283283
These options have the same meaning as the corresponding clauses for
@@ -379,8 +379,8 @@ lines of the data file\&.
379379
.sp -1
380380
.IP \(bu 2.3
381381
.\}
382-
.\" mysqldump: lines-terminated-by option
383-
.\" lines-terminated-by option: mysqldump
382+
.\" mysqlimport: lines-terminated-by option
383+
.\" lines-terminated-by option: mysqlimport
384384
\fB\-\-lines\-terminated\-by=\&.\&.\&.\fR
385385
.sp
386386
This option has the same meaning as the corresponding clause for

0 commit comments

Comments
 (0)