function mob_queue_drush_help in Drush Queue Handling 7
Same name and namespace in other branches
- 8 mob_queue.drush.inc \mob_queue_drush_help()
Implements hook_drush_help().
File
- ./
mob_queue.drush.inc, line 33 - Drush commands for Drush Queue Handling.
Code
function mob_queue_drush_help($section) {
switch ($section) {
case 'drush:mob-queue':
return dt("Execute queue tasks.");
}
}