You are here

function bakery_drush_help in Bakery Single Sign-On System 7.3

Same name and namespace in other branches
  1. 8.2 bakery.drush.inc \bakery_drush_help()
  2. 6.2 bakery.drush.inc \bakery_drush_help()
  3. 7.4 bakery.drush.inc \bakery_drush_help()
  4. 7.2 bakery.drush.inc \bakery_drush_help()

Implementation of 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.');
  }
}