Skip to content

Commit 5f47f7e

Browse files
committed
Updates to the --wordpress option description for dev-env
1 parent f5a15cb commit 5f47f7e

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" (default).',
980980
undefined,
981981
processVersionOption
982982
)

0 commit comments

Comments
 (0)