# File lib/chef/knife.rb, line 374
def
show_usage
stdout
.
puts
(
"USAGE: "
+
self
.
opt_parser
.
to_s
)
end