From 546705533e91de5c47eb26a504d31fef540d3a20 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 25 Apr 2019 02:14:45 +0200 Subject: [PATCH] Update README.md file --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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