You are here

function bxslider_drush_help in BxSlider 8

Implements hook_drush_help().

File

drush/bxslider.drush.inc, line 40
Drush integration for bxslider.

Code

function bxslider_drush_help($section) {
  switch ($section) {
    case 'drush:bxslider-plugin':
      return dt('Download and install the bxSlider plugin. Default location is the Libraries directory.');
  }
}