You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DB_Command.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ public function query( $args, $assoc_args ) {
270
270
* : The comma separated list of specific tables that should be skipped from exporting. Excluding this parameter will export all tables in the database.
271
271
*
272
272
* [--stdout]
273
-
* : Output filename for the exported database.
273
+
* : Output database to STDOUT.
274
274
*
275
275
* [--porcelain]
276
276
* : Output filename for the exported database.
@@ -306,7 +306,7 @@ public function query( $args, $assoc_args ) {
306
306
* Success: Exported to 'wordpress_dbase-db72bb5.sql'.
307
307
*
308
308
* # Export database to STDOUT.
309
-
* $ wp db export -
309
+
* $ wp db export --stdout
310
310
* -- MySQL dump 10.13 Distrib 5.7.19, for osx10.12 (x86_64)
0 commit comments