function acquia_purge_drush_help in Acquia Purge 6
Same name and namespace in other branches
- 7 acquia_purge.drush.inc \acquia_purge_drush_help()
Implements hook_drush_help().
File
- ./
acquia_purge.drush.inc, line 11 - Drush integration providing common maintenance tasks.
Code
function acquia_purge_drush_help($section) {
switch ($section) {
case 'meta:acquia_purge:title':
return dt('Acquia Purge commands');
case 'meta:acquia_purge:summary':
return dt('Manage and create scheduled purges.');
}
}