diff options
author | AJ Christensen <aj@junglist.gen.nz> | 2009-03-02 00:19:45 +1300 |
---|---|---|
committer | AJ Christensen <aj@junglist.gen.nz> | 2009-03-02 00:19:45 +1300 |
commit | 0ac114b0a1ad81035a8578e751eed6ac35d95c3d (patch) | |
tree | 82cede7b27f2e2536c40638e1f3cb1a9ef95072e /chef/bin/chef-client | |
parent | 66f8937db11d2391c4845279f05235794c452e40 (diff) | |
download | chef-0ac114b0a1ad81035a8578e751eed6ac35d95c3d.tar.gz |
CHEF-149: Update banner
Diffstat (limited to 'chef/bin/chef-client')
-rwxr-xr-x | chef/bin/chef-client | 2 |
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 |