You are here

function entityreference_migration_drush_help in Reference to EntityReference Field Migration 7.2

Same name and namespace in other branches
  1. 7 entityreference_migration.drush.inc \entityreference_migration_drush_help()

Implementation of hook_drush_help().

File

./entityreference_migration.drush.inc, line 6

Code

function entityreference_migration_drush_help($section) {
  switch ($section) {
    case 'drush:entityreference-migrate-references':
      return dt('Used without parameters, this will convert all the references fields into entityreference fields.');
  }
}