You are here

function deploy_drush_help in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 deploy.drush.inc \deploy_drush_help()

Implements hook_drush_help().

File

./deploy.drush.inc, line 117
Provides Drush integration for Deploy.

Code

function deploy_drush_help($section) {
  switch ($section) {
    case 'drush:deploy-plan':
      return dt('Deploy all content from a plan to all its endpoints.');
  }
}