Skip to content

Commit 228d2d7

Browse files
committed
Fix mysql binary link in comment
1 parent d5408f3 commit 228d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public function export( $args, $assoc_args ) {
540540
* : Password to pass to mysql. Defaults to DB_PASSWORD.
541541
*
542542
* [--<field>=<value>]
543-
* : Extra arguments to pass to mysqldump. [Refer to mysqldump docs](https://dev.mysql.com/doc/en/mysqldump.html#mysqldump-option-summary).
543+
* : Extra arguments to pass to mysql. [Refer to mysql binary docs](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html).
544544
*
545545
* [--skip-optimization]
546546
* : When using an SQL file, do not include speed optimization such as disabling auto-commit and key checks.

0 commit comments

Comments
 (0)