Skip to content

Commit 38824e5

Browse files
Merge pull request #208 from wp-cli/regenerate-readme
Regenerate README file
2 parents ea2adda + 690a107 commit 38824e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Subsequent uses of command will use the local cache if it still exists.
139139
Runs the standard WordPress installation process.
140140

141141
~~~
142-
wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--skip-email]
142+
wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--locale=<locale>] [--skip-email]
143143
~~~
144144

145145
Creates the WordPress tables in the database using the URL, title, and
@@ -173,6 +173,9 @@ user_login doesn't exist, a new user will be created.
173173
--admin_email=<email>
174174
The email address for the admin user.
175175

176+
[--locale=<locale>]
177+
The locale/language for the installation (e.g. `de_DE`). Default is `en_US`.
178+
176179
[--skip-email]
177180
Don't send an email notification to the new admin user.
178181

0 commit comments

Comments
 (0)