Skip to content

Commit

Permalink
Merge branch 'CHEF-2218'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Apr 26, 2011
2 parents 5d0b9d6 + 58a5cf8 commit 8ff3107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chef/lib/chef/application/client.rb
Expand Up @@ -128,6 +128,11 @@ class Chef::Application::Client < Chef::Application
:description => "Set the client key file location",
:proc => nil

option :environment,
:short => '-E ENVIRONMENT',
:long => '--environment ENVIRONMENT',
:description => 'Set the Chef Environment on the node'

option :version,
:short => "-v",
:long => "--version",
Expand Down

0 comments on commit 8ff3107

Please sign in to comment.