1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

The utility's name is SwitchTower

git-svn-id: http://svn.rubyonrails.org/rails/trunk/switchtower@1976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-08-06 20:03:07 +00:00
parent 71e6cc2cb8
commit ec009d3345

View file

@ -70,7 +70,7 @@ OptionParser.new do |opts|
"Display the version info for this utility"
) do
require 'switchtower/version'
puts "Release Manager v#{SwitchTower::Version::STRING}"
puts "SwitchTower v#{SwitchTower::Version::STRING}"
exit
end