From cb1a7c0431fe5b6e87c49876488adc2c177980be Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 5 Mar 2016 21:08:54 -0800 Subject: 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 --- lib/chef/knife/search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife/search.rb') 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 -- cgit v1.2.1