Skip to content

Commit 6d207f7

Browse files
authored
Document what wp db check doesn't do; provide suggestions for next commands (#244)
1 parent 0908bf5 commit 6d207f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DB_Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ public function clean( $_, $assoc_args ) {
226226
* [See docs](http://dev.mysql.com/doc/refman/5.7/en/check-table.html)
227227
* for more details on the `CHECK TABLE` statement.
228228
*
229+
* This command does not check whether WordPress is installed;
230+
* to do that run `wp core is-installed`.
231+
*
229232
* ## OPTIONS
230233
*
231234
* [--dbuser=<value>]

0 commit comments

Comments
 (0)