function exif_drush_help in Exif 7
Same name and namespace in other branches
- 8.2 exif.drush.inc \exif_drush_help()
- 8 exif.drush.inc \exif_drush_help()
Implementation of hook_drush_help().
File
- ./
exif.drush.inc, line 23
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.');
}
}