summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-13 08:51:13 -0700
committerGitHub <noreply@github.com>2019-08-13 08:51:13 -0700
commit782265a8535f20a16ad169186380144ce846cb7b (patch)
tree7c0851582b793f5c4ce58325870a21a1590569bb
parent50db70bf053fa2b897459c1cd80f5434f33e134f (diff)
parentf16d01218b35f917411334f8f7c1ff3c8e568358 (diff)
downloadchef-782265a8535f20a16ad169186380144ce846cb7b.tar.gz
Merge pull request #8812 from MsysTechnologiesllc/knife_cookbook_metadata_from_file_fix
Updated knife cookbook metadata from file command banner
-rw-r--r--lib/chef/knife/cookbook_metadata_from_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_metadata_from_file.rb b/lib/chef/knife/cookbook_metadata_from_file.rb
index 24aa335107..62d0f24324 100644
--- a/lib/chef/knife/cookbook_metadata_from_file.rb
+++ b/lib/chef/knife/cookbook_metadata_from_file.rb
@@ -28,7 +28,7 @@ class Chef
require_relative "../cookbook/metadata"
end
- banner "knife cookbook metadata from FILE (options)"
+ banner "knife cookbook metadata from file FILE (options)"
def run
file = @name_args[0]