Skip to content

Commit e7fe708

Browse files
authored
Merge pull request #2451 from Automattic/update/docs-dev-env-create-update
Update to the description of the `--wordpress` option for `dev-env`
2 parents f5a15cb + 532aa31 commit e7fe708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dev-environment/dev-environment-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ export function addDevEnvConfigurationOptions( command: Args ): Args {
976976
return command
977977
.option(
978978
'wordpress',
979-
'Manage the version of WordPress. Accepts a string value for major versions (6.x). Defaults to the most recent version of WordPress.',
979+
'Manage the version of WordPress. Accepts a string value for major versions (6.x) or "latest". Defaults to the recommended version of WordPress for development.',
980980
undefined,
981981
processVersionOption
982982
)

0 commit comments

Comments
 (0)