You are here

function tinypng_drush_help in TinyPNG 7

Implements hook_drush_help().

File

./tinypng.drush.inc, line 35
Drush integration for TinyPNG.

Code

function tinypng_drush_help($section) {
  switch ($section) {
    case 'drush:tinypng-library':
      return dt('Download and install the Tinify PHP library from https://github.com/tinify/tinify-php, default location is sites/all/libraries.');
  }
}