You are here

function chosen_lib_drush_help in Chosen 8.2

Same name and namespace in other branches
  1. 3.0.x modules/chosen_lib/drush/chosen_lib.drush.inc \chosen_lib_drush_help()

Implements hook_drush_help().

File

modules/chosen_lib/drush/chosen_lib.drush.inc, line 39
Drush integration for chosen.

Code

function chosen_lib_drush_help($section) {
  switch ($section) {
    case 'drush:chosen-plugin':
      return dt('Download and install the Chosen plugin from https://harvesthq.github.com/chosen, default location is /libraries.');
  }
}