You are here

function openlayers_drush_help in Openlayers 7.3

Same name and namespace in other branches
  1. 7.2 drush/openlayers.drush.inc \openlayers_drush_help()

Implements hook_drush_help().

File

drush/openlayers.drush.inc, line 29
The drush integration for Openlayers.

Code

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