summaryrefslogtreecommitdiff
path: root/chef/bin/chef-client
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-03-02 00:19:45 +1300
committerAJ Christensen <aj@junglist.gen.nz>2009-03-02 00:19:45 +1300
commit0ac114b0a1ad81035a8578e751eed6ac35d95c3d (patch)
tree82cede7b27f2e2536c40638e1f3cb1a9ef95072e /chef/bin/chef-client
parent66f8937db11d2391c4845279f05235794c452e40 (diff)
downloadchef-0ac114b0a1ad81035a8578e751eed6ac35d95c3d.tar.gz
CHEF-149: Update banner
Diffstat (limited to 'chef/bin/chef-client')
-rwxr-xr-xchef/bin/chef-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/bin/chef-client b/chef/bin/chef-client
index 479a592125..a9f5ae0572 100755
--- a/chef/bin/chef-client
+++ b/chef/bin/chef-client
@@ -29,7 +29,7 @@ config = {
:config_file => "/etc/chef/client.rb"
}
opts = OptionParser.new do |opts|
- opts.banner = "Usage: #{$0} [-d DIR|-r FILE] (options)"
+ opts.banner = "Usage: #{$0} (options)"
opts.on("-c CONFIG", "--config CONFIG", "The Chef Config file to use") do |c|
config[:config_file] = c
end