Skip to content

Commit 7923571

Browse files
committed
Adjust help text
1 parent 4874baa commit 7923571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DB_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ public function check( $_, $assoc_args ) {
261261

262262
WP_CLI::debug( 'Associative arguments: ' . json_encode( $assoc_args ), 'db' );
263263
WP_CLI::success( 'Database checked.' );
264-
WP_CLI::log( 'Check whether the WordPress DB tables are installed: wp core is-installed', 'db' );
265-
WP_CLI::log( 'Check whether the WordPress DB tables need to be updated: wp core update-db --dry-run', 'db' );
264+
WP_CLI::log( 'To check whether the WordPress DB tables are installed: wp core is-installed', 'db' );
265+
WP_CLI::log( 'To check whether the WordPress DB tables need to be updated: wp core update-db --dry-run', 'db' );
266266
}
267267

268268
/**

0 commit comments

Comments
 (0)