You are here

function imagecache_drush_help in ImageCache 6.2

Implementation of hook_drush_help().

File

./imagecache.drush.inc, line 33

Code

function imagecache_drush_help($section) {
  switch ($section) {
    case 'drush:imagecache-flush':
      return dt('Flush a given preset.');
    case 'drush:imagecache-build':
      return dt('Build derivative images for a given preset.');
  }
}