function cloud_zoom_drush_help in Cloud Zoom 7
File
- ./
cloud_zoom.drush.inc, line 23 - This file integrates Cloud Zoom with Drush and provides a helper function for getting the library.
Code
function cloud_zoom_drush_help($section) {
switch ($section) {
case 'drush:cloud-zoom-download':
return dt('Downloads the required Cloud Zoom library from the authors website, default location is sites/all/libraries/cloud-zoom.');
}
}