function bakery_drush_help in Bakery Single Sign-On System 8.2
Same name and namespace in other branches
- 6.2 bakery.drush.inc \bakery_drush_help()
- 7.4 bakery.drush.inc \bakery_drush_help()
- 7.2 bakery.drush.inc \bakery_drush_help()
- 7.3 bakery.drush.inc \bakery_drush_help()
Implements hook_drush_help().
File
- ./
bakery.drush.inc, line 11 - Drush integration for Bakery.
Code
function bakery_drush_help($section) {
switch ($section) {
case 'drush:bakery-add-slave':
return dt('Update the Bakery configuration to add a slave site.');
}
}