Skip to content

Commit 27ab2f3

Browse files
authored
Extend wp db export description
1 parent c70394e commit 27ab2f3

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 anyn valid `mysqldump`flags.
452452
*
453453
* ## OPTIONS
454454
*

0 commit comments

Comments
 (0)