diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:08:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:21:39 -0800 |
commit | cb1a7c0431fe5b6e87c49876488adc2c177980be (patch) | |
tree | ee0bab1ea365237654cf5e47504714cae2c08838 /lib/chef/knife/search.rb | |
parent | 85f5d356fe81e4ff0e2e3dfdc22ac370ac6df816 (diff) | |
download | chef-cb1a7c0431fe5b6e87c49876488adc2c177980be.tar.gz |
Typos and improved wording
When we talk about something requiring a specific version of Chef it helps to specify client vs. server.
If we run key delete the thing we're doing it deleting not destroying
Diffstat (limited to 'lib/chef/knife/search.rb')
-rw-r--r-- | lib/chef/knife/search.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/search.rb b/lib/chef/knife/search.rb index 520c9273af..38d1ab3f42 100644 --- a/lib/chef/knife/search.rb +++ b/lib/chef/knife/search.rb @@ -74,7 +74,7 @@ class Chef option :filter_result, :short => "-f FILTER", :long => "--filter-result FILTER", - :description => "Only bring back specific attributes of the matching objects; for example: \"ServerName=name, Kernel=kernel.version\"" + :description => "Only return specific attributes of the matching objects; for example: \"ServerName=name, Kernel=kernel.version\"" def run read_cli_args |