You are here

function acsf_duplication_drush_help in Acquia Cloud Site Factory Connector 8

Implements hook_drush_help().

File

acsf_duplication/acsf_duplication.drush.inc, line 52
Provides drush commands necessary for site duplication.

Code

function acsf_duplication_drush_help($section) {
  switch ($section) {
    case 'drush:acsf-duplication-scrub-batch':
      return dt('Runs one iteration of the batch scrubbing process on the duplicated site.');
    case 'drush:acsf-duplication-scrub-progress':
      return dt('Returns status information about the progress of the batch scrubbing process.');
  }
}