summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a52f751201..4c3335fb96 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,13 +2,13 @@ This file holds "in progress" release notes for the current release under develo
## New `knife config` command
-The `knife config` command has been added to help with debugging configuration
+The `knife config get` command has been added to help with debugging configuration
issues with `knife` and other tools that use the `knife.rb` file.
With no arguments, it will display all options you've set:
```bash
-$ knife config
+$ knife config get
Loading from configuration file /Users/.../.chef/knife.rb
chef_server_url: https://...
client_key: /Users/.../.chef/user.pem