Show the description of a Capistrano task

In order to bring up a textual description of a Capistrano task you can say

cap -e taskname

... where taskname is the name of the task you're not sure about.

Henning Koch