diff options
author | sersut <serdar@opscode.com> | 2014-02-27 15:44:50 -0800 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-02-27 15:44:50 -0800 |
commit | b4d3cd7271cf480eb70c2687ff3e032c012be346 (patch) | |
tree | bf0ba0394e8d5673ece794d6198981fcda328142 /DOC_CHANGES.md | |
parent | 39036e4a576bd13ed89cdefda0b0cba0d4ed7d91 (diff) | |
download | chef-b4d3cd7271cf480eb70c2687ff3e032c012be346.tar.gz |
Minor sentence update.
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 3bad475ae1..e37f39510e 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -1,5 +1,5 @@ <!--- -This file is reset every time a new release is done. The contents of this file are for the currently unreleased version. +This file is reset every time a new release is done. This file describes changes that have not yet been released. Example Doc Change: ### Headline for the required change @@ -12,7 +12,7 @@ Description of the required change. Boolean value. If set to true, knife creates a validator client o.w. it creates a user client. Default is false. ### --force for `knife client delete` -Option that is required to be specified if user is attempting to delete a validator client. No effect while deleting a user client. +Option that is required to be specified if user is attempting to delete a validator client. No effect while deleting a user client. ### -r / --runlist option for chef-client Option similar to `-o` which sets or changes the run_list of a node permanently. |