function taxonomy_edge_drush_help in Taxonomy Edge 7
Implements hook_drush_help().
File
- ./
taxonomy_edge.drush.inc, line 41 - Drush commands for Taxonomy Edge.
Code
function taxonomy_edge_drush_help($section) {
switch ($section) {
case 'drush:rebuild-edges':
return dt("This command will rebuild the edges for a vocabulary.");
case 'drush:rebuild-order':
return dt("This command will rebuild the order for a vocabulary.");
}
}