Skip to content

Commit

Permalink
Merge pull request #397 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Feb 5, 2024
2 parents 5104a4b + b10d78d commit 0c6b559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ wp theme status [<theme>]
Updates one or more themes.

~~~
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--format=<format>] [--version=<version>] [--dry-run] [--insecure]
wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--minor] [--patch] [--format=<format>] [--version=<version>] [--dry-run] [--insecure]
~~~

**OPTIONS**
Expand All @@ -1378,11 +1378,11 @@ wp theme update [<theme>...] [--all] [--exclude=<theme-names>] [--format=<format
[--exclude=<theme-names>]
Comma separated list of theme names that should be excluded from updating.

[--minor]
Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
[--minor]
Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)

[--patch]
Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
[--patch]
Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)

[--format=<format>]
Render output in a particular format.
Expand Down

0 comments on commit 0c6b559

Please sign in to comment.