diff --git a/src/DB_Command.php b/src/DB_Command.php index 78cee981..03b578af 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -664,16 +664,13 @@ public function query( $args, $assoc_args ) { * [--porcelain] * : Output filename for the exported database. * - * [--add-drop-table] - * : Include a `DROP TABLE IF EXISTS` statement before each `CREATE TABLE` statement. - * * [--defaults] * : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration. * * ## EXAMPLES * - * # Export database with drop query included - * $ wp db export --add-drop-table + * # Export database with `--skip-opt` and `--add-drop-table` mysqldump flags + * $ wp db export --skip-opt --add-drop-table * Success: Exported to 'wordpress_dbase-db72bb5.sql'. * * # Export certain tables