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

Fix some incorrect usage text (closes #4507)

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@4283 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-04-26 21:53:20 +00:00
parent 6dd4e4e273
commit ccbe1a30d7
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Fix some incorrect usage text (closes #4507) [gerry_shaw@yahoo.com]
* Added Actor#stream method that makes it easy to create cross-server streams [DHH]. Example:
desc "Run a tail on multiple log files at the same time"

View file

@ -197,10 +197,10 @@ You can use the --apply-to switch to generate a minimal set of capistrano
scripts and recipes for an application. Just specify the path to the application
as the argument to --apply-to, like this:
capistrano --apply-to ~/projects/myapp
cap --apply-to ~/projects/myapp
You'll wind up with a sample deployment recipe in config/deploy.rb, some new
rake tasks in config/tasks, and a capistrano script in your script directory.
You'll wind up with a sample deployment recipe in config/deploy.rb and some new
rake tasks in config/tasks.
(Currently, --apply-to only works with Rails applications.)
DETAIL