Skip to content

Commit 2556346

Browse files
authored
Merge pull request #322 from wp-cli/regenerate-readme
Regenerate README file
2 parents 392f5b8 + f035d64 commit 2556346

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,22 @@ Defaults to all tables registered to the $wpdb database handler.
759759
List tables based on wildcard search, e.g. 'wp_*_options' or 'wp_post?'.
760760

761761
[--scope=<scope>]
762-
Can be all, global, ms_global, blog, or old tables. Defaults to all.
762+
List tables based on the scope.
763+
764+
- all: returns 'all' and 'global' tables. No old tables are returned.
765+
- blog: returns the blog-level tables for the queried blog.
766+
- global: returns the global tables for the installation, returning multisite tables only on multisite.
767+
- ms_global: returns the multisite global tables, regardless if current installation is multisite.
768+
- old: returns tables which are deprecated.
769+
---
770+
default: all
771+
options:
772+
- all
773+
- blog
774+
- global
775+
- ms_global
776+
- old
777+
---
763778

764779
[--network]
765780
List all the tables in a multisite install.

0 commit comments

Comments
 (0)