From 6d207f7fda839892912e37e6dc8c03b771064336 Mon Sep 17 00:00:00 2001 From: Ben Keith <1754187+benlk@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:21:59 -0500 Subject: [PATCH] Document what wp db check doesn't do; provide suggestions for next commands (#244) --- src/DB_Command.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/DB_Command.php b/src/DB_Command.php index 1086fdec..484d259c 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -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=]