Skip to content

Commit

Permalink
Document what wp db check doesn't do; provide suggestions for next co…
Browse files Browse the repository at this point in the history
…mmands (#244)
  • Loading branch information
benlk authored Nov 6, 2023
1 parent 0908bf5 commit 6d207f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ public function clean( $_, $assoc_args ) {
* [See docs](http://dev.mysql.com/doc/refman/5.7/en/check-table.html)
* for more details on the `CHECK TABLE` statement.
*
* This command does not check whether WordPress is installed;
* to do that run `wp core is-installed`.
*
* ## OPTIONS
*
* [--dbuser=<value>]
Expand Down

0 comments on commit 6d207f7

Please sign in to comment.