Skip to content

Commit 1bd6b4d

Browse files
authored
Merge pull request #48 from diggy/fix-db-query-check-example
fix wp db query example
2 parents 608d643 + dcf2d36 commit 1bd6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function cli( $args, $assoc_args ) {
213213
* $ wp db query < debug.sql
214214
*
215215
* # Check all tables in the database
216-
* $ wp db query "CHECK TABLE $(wp db tables | paste -s -d',');"
216+
* $ wp db query "CHECK TABLE $(wp db tables | paste -s -d, -);"
217217
* +---------------------------------------+-------+----------+----------+
218218
* | Table | Op | Msg_type | Msg_text |
219219
* +---------------------------------------+-------+----------+----------+

0 commit comments

Comments
 (0)