diff --git a/README.md b/README.md index 55b944a35..09c5ebd37 100644 --- a/README.md +++ b/README.md @@ -1364,7 +1364,7 @@ wp theme status [] Updates one or more themes. ~~~ -wp theme update [...] [--all] [--exclude=] [--format=] [--version=] [--dry-run] [--insecure] +wp theme update [...] [--all] [--exclude=] [--minor] [--patch] [--format=] [--version=] [--dry-run] [--insecure] ~~~ **OPTIONS** @@ -1378,11 +1378,11 @@ wp theme update [...] [--all] [--exclude=] [--format=] 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=] Render output in a particular format.