Skip to content

Commit

Permalink
Merge pull request #117 from austinginder/101-improve-docs
Browse files Browse the repository at this point in the history
Add links to mysql documentation
  • Loading branch information
schlessera committed Oct 3, 2018
2 parents c5b07a9 + af7fc7b commit 8ddd33b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/DB_Command.php
Expand Up @@ -196,7 +196,7 @@ public function clean( $_, $assoc_args ) {
* : Password to pass to mysqlcheck. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysqlcheck.
* : Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -230,7 +230,7 @@ public function check( $_, $assoc_args ) {
* : Password to pass to mysqlcheck. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysqlcheck.
* : Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -264,7 +264,7 @@ public function optimize( $_, $assoc_args ) {
* : Password to pass to mysqlcheck. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysqlcheck.
* : Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html).
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -297,7 +297,7 @@ public function repair( $_, $assoc_args ) {
* : Password to pass to mysql. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysql.
* : Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -333,7 +333,7 @@ public function cli( $args, $assoc_args ) {
* : Password to pass to mysql. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysql.
* : Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html).
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -395,7 +395,7 @@ public function query( $args, $assoc_args ) {
* : Password to pass to mysqldump. Defaults to DB_PASSWORD.
*
* [--<field>=<value>]
* : Extra arguments to pass to mysqldump.
* : Extra arguments to pass to mysqldump. [Refer to mysqldump docs](https://dev.mysql.com/doc/en/mysqldump.html#mysqldump-option-summary).
*
* [--tables=<tables>]
* : The comma separated list of specific tables to export. Excluding this parameter will export all tables in the database.
Expand Down

0 comments on commit 8ddd33b

Please sign in to comment.