summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index a632a97319..36cb4401c9 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -163,7 +163,7 @@ class Chef
chef_config[:specific_recipes] =
cli_arguments.map { |file| File.expand_path(file) }
else
- Chef::Application.fatal!("Invalid arguments are not supported by the chef-client: \"" +
+ Chef::Application.fatal!("Invalid argument; could not find the following recipe files: \"" +
cli_arguments.select { |file| !File.file?(file) }.join('", "') + '"')
end
end