diff --git a/README.md b/README.md index d6699874..04c61d2c 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Errors if the value can't be incremented. Update a nested value from the cache. ~~~ -wp cache patch ... [] [--group=] [--format=] +wp cache patch ... [] [--group=] [--expiration=] [--format=] ~~~ **OPTIONS** @@ -283,11 +283,11 @@ wp cache patch ... [] [--group=] [--forma default: default --- -[--expiration=] - : Define how long to keep the value, in seconds. `0` means as long as possible. - --- - default: 0 - --- + [--expiration=] + Define how long to keep the value, in seconds. `0` means as long as possible. + --- + default: 0 + --- [--format=] The serialization format for the value. @@ -703,6 +703,9 @@ wp transient patch ... [] [--format=] [- [--expiration=] Time until expiration, in seconds. + --- + default: 0 + --- [--network] Get the value of a network|site transient. On single site, this is