You are here

function jssor_drush_help in Jssor Slider 8

Implementation of hook_drush_help().

File

./jssor.drush.php, line 12
Drush integration for the jssor module.

Code

function jssor_drush_help($section) {
  switch ($section) {
    case 'drush:jssor-download':
      return dt('Download and install the jssor library from http://www.jssor.com/, default install location is /libraries.');
  }
}