Skip to content

Commit 0c6b559

Browse files
authored
Merge pull request #397 from wp-cli/regenerate-readme
2 parents 5104a4b + b10d78d commit 0c6b559

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ wp theme status [<theme>]
13641364
Updates one or more themes.
13651365

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

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

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

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

13871387
[--format=<format>]
13881388
Render output in a particular format.

0 commit comments

Comments
 (0)