Skip to content

Commit 8d042e2

Browse files
Regenerate README file (#222)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 6e549e6 commit 8d042e2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,19 @@ wp config delete <name> [--type=<type>] [--config-file=<path>]
204204
Generates a wp-config.php file.
205205

206206
~~~
207-
wp config create --dbname=<dbname> --dbuser=<dbuser> [--dbpass=<dbpass>] [--dbhost=<dbhost>] [--dbprefix=<dbprefix>] [--dbcharset=<dbcharset>] [--dbcollate=<dbcollate>] [--locale=<locale>] [--extra-php] [--skip-salts] [--skip-check] [--force] [--config-file=<path>] [--insecure] [--ssl]
207+
wp config create [--dbname=<dbname>] [--dbuser=<dbuser>] [--dbpass=<dbpass>] [--dbhost=<dbhost>] [--dbprefix=<dbprefix>] [--dbcharset=<dbcharset>] [--dbcollate=<dbcollate>] [--locale=<locale>] [--extra-php] [--skip-salts] [--skip-check] [--force] [--config-file=<path>] [--insecure] [--ssl]
208208
~~~
209209

210210
Creates a new wp-config.php with database constants, and verifies that
211211
the database constants are correct.
212212

213213
**OPTIONS**
214214

215-
--dbname=<dbname>
216-
Set the database name.
215+
[--dbname=<dbname>]
216+
Set the database name. Required unless the SQLite integration drop-in is detected.
217217

218-
--dbuser=<dbuser>
219-
Set the database user.
218+
[--dbuser=<dbuser>]
219+
Set the database user. Required unless the SQLite integration drop-in is detected.
220220

221221
[--dbpass=<dbpass>]
222222
Set the database user password.

0 commit comments

Comments
 (0)