summaryrefslogtreecommitdiff
path: root/lib/chef/knife/status.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 08:58:06 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 09:11:59 -0700
commit8091d64cbb75d66035d3f83c1dcd6b31b46591b2 (patch)
tree5ae54cbf32e7740c06ba1da46dbb5fa65022bed3 /lib/chef/knife/status.rb
parentdfba8e1e86fb9451504dff462829838dcc50f3ea (diff)
downloadchef-8091d64cbb75d66035d3f83c1dcd6b31b46591b2.tar.gz
Make sure knife descriptions all have periodsknife_sentences_2
Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/status.rb')
-rw-r--r--lib/chef/knife/status.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/status.rb b/lib/chef/knife/status.rb
index 413bff4f66..18bf987aa3 100644
--- a/lib/chef/knife/status.rb
+++ b/lib/chef/knife/status.rb
@@ -72,7 +72,7 @@ class Chef
append_to_query("chef_environment:#{config[:environment]}") if config[:environment]
if config[:hide_healthy]
- ui.warn("-H / --hide-healthy is deprecated. Use --hide-by-mins MINS instead")
+ ui.warn("-H / --hide-healthy is deprecated and will be removed in Chef 15. Use --hide-by-mins MINS instead")
time = Time.now.to_i
# AND NOT is not valid lucene syntax, so don't use append_to_query
@query << " " unless @query.empty?