Skip to content

Commit 4353d95

Browse files
committed
improve some help messages
1 parent e9602be commit 4353d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DB_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function query( $args, $assoc_args ) {
270270
* : The comma separated list of specific tables that should be skipped from exporting. Excluding this parameter will export all tables in the database.
271271
*
272272
* [--stdout]
273-
* : Output filename for the exported database.
273+
* : Output database to STDOUT.
274274
*
275275
* [--porcelain]
276276
* : Output filename for the exported database.
@@ -306,7 +306,7 @@ public function query( $args, $assoc_args ) {
306306
* Success: Exported to 'wordpress_dbase-db72bb5.sql'.
307307
*
308308
* # Export database to STDOUT.
309-
* $ wp db export -
309+
* $ wp db export --stdout
310310
* -- MySQL dump 10.13 Distrib 5.7.19, for osx10.12 (x86_64)
311311
* --
312312
* -- Host: localhost Database: wpdev

0 commit comments

Comments
 (0)