summaryrefslogtreecommitdiff
path: root/lib/chef/knife/raw.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-04 13:44:32 -0800
committerTim Smith <tsmith@chef.io>2018-11-05 09:36:50 -0800
commit91fd4007bc105400476d8e9cef3187925a573e55 (patch)
tree2a4bc52283e9a2cc7e3624e00b2a77ad37ceb494 /lib/chef/knife/raw.rb
parente0cd94da5fc055945d0829eeff8383312a076951 (diff)
downloadchef-91fd4007bc105400476d8e9cef3187925a573e55.tar.gz
Make knife command banners consistent
Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/raw.rb')
-rw-r--r--lib/chef/knife/raw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/raw.rb b/lib/chef/knife/raw.rb
index 5658420c3e..a544dcbfdd 100644
--- a/lib/chef/knife/raw.rb
+++ b/lib/chef/knife/raw.rb
@@ -20,7 +20,7 @@ require "chef/http"
class Chef
class Knife
class Raw < Chef::Knife
- banner "knife raw REQUEST_PATH"
+ banner "knife raw REQUEST_PATH (options)"
deps do
require "chef/json_compat"