diff options
Diffstat (limited to 'man/mysqlcheck.1')
-rw-r--r-- | man/mysqlcheck.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/mysqlcheck.1 b/man/mysqlcheck.1 index 93d675f48ee..b8f102a27a4 100644 --- a/man/mysqlcheck.1 +++ b/man/mysqlcheck.1 @@ -731,6 +731,7 @@ On Windows, connect to the server via a named pipe\&. This option applies only i \fB\-P \fR\fB\fIport_num\fR\fR .sp The TCP/IP port number to use for the connection\&. +Forces --protocol=tcp when specified on the command line without other connection properties\&. .RE .sp .RS 4 @@ -874,6 +875,7 @@ Don't process the database (case-sensitive) specified as argument\&. .sp For connections to localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use\&. +Forces --protocol=socket when specified on the command line without other connection properties; on Windows, forces --protocol=pipe\&. .RE .sp .RS 4 |