You are here

function openlayers_cesium_drush_help in Openlayers 7.3

Implements hook_drush_help().

File

modules/openlayers_cesium/drush/openlayers_cesium.drush.inc, line 29
Drush integration for Openlayers Cesium.

Code

function openlayers_cesium_drush_help($section) {
  switch ($section) {
    case 'drush:dl-openlayers-cesium':
      return dt('Download and install the Openlayers Cesium library from http://openlayers.org/ol3-cesium/, default location is sites/all/libraries.');
  }
}