Skip to content

Commit 532aa31

Browse files
committed
Modified description for greater truthiness
1 parent 5f47f7e commit 532aa31

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) or "latest" (default).',
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)