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:
parent
6dd4e4e273
commit
ccbe1a30d7
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
*SVN*
|
*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:
|
* 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"
|
desc "Run a tail on multiple log files at the same time"
|
||||||
|
|
|
@ -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
|
scripts and recipes for an application. Just specify the path to the application
|
||||||
as the argument to --apply-to, like this:
|
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
|
You'll wind up with a sample deployment recipe in config/deploy.rb and some new
|
||||||
rake tasks in config/tasks, and a capistrano script in your script directory.
|
rake tasks in config/tasks.
|
||||||
|
|
||||||
(Currently, --apply-to only works with Rails applications.)
|
(Currently, --apply-to only works with Rails applications.)
|
||||||
DETAIL
|
DETAIL
|
||||||
|
|
Loading…
Reference in a new issue