summaryrefslogtreecommitdiff
path: root/lib/chef/knife/raw.rb
diff options
context:
space:
mode:
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"