You are here

function imagezoom_drush_help in Image Zoom 7.2

Implements hook_drush_help().

File

./imagezoom.drush.inc, line 31
Drush integration for Image Zoom.

Code

function imagezoom_drush_help($section) {
  switch ($section) {
    case 'drush:imagezoom-download':
      return dt('Downloads the elevateZoom-Plus library required by Image Zoom.');
  }
}