You are here

function select2_drush_help in Select 2 7

Implements hook_drush_help().

File

drush/select2.drush.inc, line 41
drush integration for select2.

Code

function select2_drush_help($section) {
  switch ($section) {
    case 'drush:select2-download':
      return dt("Downloads the Select2 from authors github.com repository. Accepts an optional destination argument.");
  }
}