summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/bootstrap.rb
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2010-07-24 21:45:05 -0600
committerDaniel DeLeo <dan@opscode.com>2010-07-27 17:34:56 -0700
commit1061da34f47de6f604252afda63cdbe976ef2ee0 (patch)
treeebe37b0e279d822f3670ce19f84af75dc505fe83 /chef/lib/chef/knife/bootstrap.rb
parenta4249afe80f154d925851dbe50d29af927f208e4 (diff)
downloadchef-1061da34f47de6f604252afda63cdbe976ef2ee0.tar.gz
CHEF-1500, remove short option for use_sudo
Diffstat (limited to 'chef/lib/chef/knife/bootstrap.rb')
-rw-r--r--chef/lib/chef/knife/bootstrap.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/bootstrap.rb b/chef/lib/chef/knife/bootstrap.rb
index cf1c527608..319241d89b 100644
--- a/chef/lib/chef/knife/bootstrap.rb
+++ b/chef/lib/chef/knife/bootstrap.rb
@@ -64,7 +64,6 @@ class Chef
:description => "The SSH identity file used for authentication"
option :use_sudo,
- :short => "-s",
:long => "--sudo",
:description => "Execute the bootstrap via sudo",
:boolean => true