function addressfield_autocomplete_drush_help in Addressfield Autocomplete 7
Implements hook_drush_help().
File
- ./
addressfield_autocomplete.drush.inc, line 32 - Drush integration for addressfield autocomplete.
Code
function addressfield_autocomplete_drush_help($section) {
switch ($section) {
case 'drush:geocomplete-plugin':
return dt('Download and install the Geocomplete plugin from ubilabs.github.io/geocomplete/, default location is sites/all/libraries.');
}
}