Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ There are no optionally available fields.

### wp site

Creates, deletes, empties, moderates, and lists one or more sites on a multisite install.
Creates, deletes, empties, moderates, and lists one or more sites on a multisite installation.

~~~
wp site
Expand Down Expand Up @@ -3064,7 +3064,7 @@ wp site archive <id>...

### wp site create

Creates a site in a multisite install.
Creates a site in a multisite installation.

~~~
wp site create --slug=<slug> [--title=<title>] [--email=<email>] [--network_id=<network-id>] [--private] [--porcelain]
Expand Down Expand Up @@ -3119,7 +3119,7 @@ wp site deactivate <id>...

### wp site delete

Deletes a site in a multisite install.
Deletes a site in a multisite installation.

~~~
wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables]
Expand Down Expand Up @@ -3192,7 +3192,7 @@ WP_CLI::add_hook( 'after_invoke:site empty', function(){

### wp site list

Lists all sites in a multisite install.
Lists all sites in a multisite installation.

~~~
wp site list [--network=<id>] [--<field>=<value>] [--site__in=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
Expand Down