function ctools_drush_help
Implementation of hook_drush_help().
File
-
drush/
ctools.drush.inc, line 139
Code
function ctools_drush_help($section) {
switch ($section) {
case 'meta:ctools:title':
return dt('CTools commands');
case 'meta:entity:summary':
return dt('CTools drush commands.');
}
}