You are here

function mob_queue_drush_help in Drush Queue Handling 8

Same name and namespace in other branches
  1. 7 mob_queue.drush.inc \mob_queue_drush_help()

Implements hook_drush_help().

File

./mob_queue.drush.inc, line 34
Drush commands for Drush Queue Handling.

Code

function mob_queue_drush_help($section) {
  switch ($section) {
    case 'drush:mob-queue':
      return dt("Execute queue tasks.");
  }
}