diff --git a/src/DB_Command.php b/src/DB_Command.php index 17d1c00e..2023e5db 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -535,6 +535,9 @@ 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. *