Same name and namespace in other branches
  1. 8.x-1.x exif.drush.inc \exif_drush_help() 1 comment
  2. 8.x-2.x exif.drush.inc \exif_drush_help() 1 comment

Implements hook_drush_help().

File

./exif.drush.inc, line 28

Code

function exif_drush_help($section) {
    switch ($section) {
        case 'drush:exif-list':
            return dt('list content type where exif is enabled.');
        case 'drush:exif-update':
            return dt('Update all nodes where exif is enabled.');
    }
}