Commit 72cb2082 authored by unki's avatar unki Committed by Anel Husakovic

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
parent 6504d3d2
...@@ -57,13 +57,13 @@ all would be imported into a table named ...@@ -57,13 +57,13 @@ all would be imported into a table named
patient\&. patient\&.
.PP .PP
.PP .PP
\fBmysqldump\fR \fBmysqlimport\fR
supports the following options, which can be specified on the command line or in the supports the following options, which can be specified on the command line or in the
[mysqldump] [mysqlimport]
and and
[client] [client]
option file groups\&. option file groups\&.
\fBmysqldump\fR \fBmysqlimport\fR
also supports the options for processing option files\&. also supports the options for processing option files\&.
.sp .sp
.RS 4 .RS 4
...@@ -267,17 +267,17 @@ Empty the table before importing the text file\&. ...@@ -267,17 +267,17 @@ Empty the table before importing the text file\&.
.sp -1 .sp -1
.IP \(bu 2.3 .IP \(bu 2.3
.\} .\}
.\" mysqldump: fields-terminated-by option .\" mysqlimport: fields-terminated-by option
.\" fields-terminated-by option: mysqldump .\" fields-terminated-by option: mysqlimport
\fB\-\-fields\-terminated\-by=\&.\&.\&.\fR, \fB\-\-fields\-terminated\-by=\&.\&.\&.\fR,
.\" mysqldump: fields-enclosed-by option .\" mysqlimport: fields-enclosed-by option
.\" fields-enclosed-by option: mysqldump .\" fields-enclosed-by option: mysqlimport
\fB\-\-fields\-enclosed\-by=\&.\&.\&.\fR, \fB\-\-fields\-enclosed\-by=\&.\&.\&.\fR,
.\" mysqldump: fields-optionally-enclosed-by option .\" mysqlimport: fields-optionally-enclosed-by option
.\" fields-optionally-enclosed-by option: mysqldump .\" fields-optionally-enclosed-by option: mysqlimport
\fB\-\-fields\-optionally\-enclosed\-by=\&.\&.\&.\fR, \fB\-\-fields\-optionally\-enclosed\-by=\&.\&.\&.\fR,
.\" mysqldump: fields-escaped-by option .\" mysqlimport: fields-escaped-by option
.\" fields-escaped-by option: mysqldump .\" fields-escaped-by option: mysqlimport
\fB\-\-fields\-escaped\-by=\&.\&.\&.\fR \fB\-\-fields\-escaped\-by=\&.\&.\&.\fR
.sp .sp
These options have the same meaning as the corresponding clauses for These options have the same meaning as the corresponding clauses for
...@@ -379,8 +379,8 @@ lines of the data file\&. ...@@ -379,8 +379,8 @@ lines of the data file\&.
.sp -1 .sp -1
.IP \(bu 2.3 .IP \(bu 2.3
.\} .\}
.\" mysqldump: lines-terminated-by option .\" mysqlimport: lines-terminated-by option
.\" lines-terminated-by option: mysqldump .\" lines-terminated-by option: mysqlimport
\fB\-\-lines\-terminated\-by=\&.\&.\&.\fR \fB\-\-lines\-terminated\-by=\&.\&.\&.\fR
.sp .sp
This option has the same meaning as the corresponding clause for This option has the same meaning as the corresponding clause for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment