mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update README.md
Small typo in readme when describing usage
This commit is contained in:
parent
ef1c3a6fd8
commit
e8bd5c7434
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Use the `cap` script as follows:
|
|||
cap sometask
|
||||
|
||||
By default, the script will look for a file called one of `capfile` or
|
||||
`Capfile`. The `someaction` text indicates which task to execute. You can do
|
||||
`Capfile`. The `sometask` text indicates which task to execute. You can do
|
||||
"cap -h" to see all the available options and "cap -T" to see all the available
|
||||
tasks.
|
||||
|
||||
|
|
Loading…
Reference in a new issue