summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2012-08-17 21:28:49 -0600
committerBryan McLellan <btm@opscode.com>2012-09-06 12:36:09 -0700
commitcca4c43929517ac6ba9512f21d71dbf9878b30a0 (patch)
tree389353f0993687ee5c44150b773a30c8ebd64800
parentb58efc98a423c55a7f479847500193d335409a9b (diff)
downloadchef-cca4c43929517ac6ba9512f21d71dbf9878b30a0.tar.gz
[CHEF-2925] - rename shef -> chef-shell
-rwxr-xr-xchef/bin/chef-shell (renamed from chef/bin/shef)0
-rw-r--r--chef/lib/chef/shef/ext.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/chef/bin/shef b/chef/bin/chef-shell
index 9f42aa25eb..9f42aa25eb 100755
--- a/chef/bin/shef
+++ b/chef/bin/chef-shell
diff --git a/chef/lib/chef/shef/ext.rb b/chef/lib/chef/shef/ext.rb
index 94f971c7a7..0647eb20f3 100644
--- a/chef/lib/chef/shef/ext.rb
+++ b/chef/lib/chef/shef/ext.rb
@@ -207,7 +207,7 @@ E
desc "prints information about chef"
def version
- puts "This is shef, the Chef shell.\n" +
+ puts "This is the chef-shell.\n" +
" Chef Version: #{::Chef::VERSION}\n" +
" http://www.opscode.com/chef\n" +
" http://wiki.opscode.com/display/chef/Home"