Skip to content

Commit b86f38a

Browse files
authored
Merge pull request #184 from wojsmol/patch-2
2 parents c70394e + c6cadb6 commit b86f38a

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
@@ -448,7 +448,7 @@ public function query( $args, $assoc_args ) {
448448
* Exports the database to a file or to STDOUT.
449449
*
450450
* Runs `mysqldump` utility using `DB_HOST`, `DB_NAME`, `DB_USER` and
451-
* `DB_PASSWORD` database credentials specified in wp-config.php.
451+
* `DB_PASSWORD` database credentials specified in wp-config.php. Accepts any valid `mysqldump` flags.
452452
*
453453
* ## OPTIONS
454454
*

0 commit comments

Comments
 (0)