diff --git a/README.md b/README.md index 6e6d84b7a..32a9ce24c 100644 --- a/README.md +++ b/README.md @@ -1669,12 +1669,12 @@ Errors if the option already exists. Deletes an option. ~~~ -wp option delete +wp option delete ... ~~~ **OPTIONS** - + ... Key for the option. **EXAMPLES** @@ -1683,6 +1683,12 @@ wp option delete $ wp option delete my_option Success: Deleted 'my_option' option. + # Delete multiple options. + $ wp option delete option_one option_two option_three + Success: Deleted 'option_one' option. + Success: Deleted 'option_two' option. + Warning: Could not delete 'option_three' option. Does it exist? + ### wp option get