diff --git a/README.md b/README.md index 4f1d5a69e..f2c6a27aa 100644 --- a/README.md +++ b/README.md @@ -87,25 +87,26 @@ the database constants are correct. **EXAMPLES** # Standard wp-config.php file - $ wp core config --dbname=testing --dbuser=wp --dbpass=securepswd --locale=ro_RO + $ wp config create --dbname=testing --dbuser=wp --dbpass=securepswd --locale=ro_RO Success: Generated 'wp-config.php' file. # Enable WP_DEBUG and WP_DEBUG_LOG - $ wp core config --dbname=testing --dbuser=wp --dbpass=securepswd --extra-php <] [--constant=] [--global=] [--format=] diff --git a/src/Config_Command.php b/src/Config_Command.php index c448e20bc..d2a800c44 100644 --- a/src/Config_Command.php +++ b/src/Config_Command.php @@ -76,11 +76,11 @@ private static function get_initial_locale() { * ## EXAMPLES * * # Standard wp-config.php file - * $ wp core config --dbname=testing --dbuser=wp --dbpass=securepswd --locale=ro_RO + * $ wp config create --dbname=testing --dbuser=wp --dbpass=securepswd --locale=ro_RO * Success: Generated 'wp-config.php' file. * * # Enable WP_DEBUG and WP_DEBUG_LOG - * $ wp core config --dbname=testing --dbuser=wp --dbpass=securepswd --extra-php <