Skip to content

Commit

Permalink
Merge pull request #253 from wp-cli/update-readme-220
Browse files Browse the repository at this point in the history
Update README.md file
  • Loading branch information
schlessera authored Apr 25, 2019
2 parents fc88ac8 + 5467055 commit 81741bc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1669,12 +1669,12 @@ Errors if the option already exists.
Deletes an option.

~~~
wp option delete <key>
wp option delete <key>...
~~~

**OPTIONS**

<key>
<key>...
Key for the option.

**EXAMPLES**
Expand All @@ -1683,6 +1683,12 @@ wp option delete <key>
$ 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
Expand Down

0 comments on commit 81741bc

Please sign in to comment.