You are here

function title_drush_help in Title 7

Implements hook_drush_help().

File

./title.drush.inc, line 11
Drush commands for Title module.

Code

function title_drush_help($section) {
  switch ($section) {
    case 'drush:upgrade-title-fields':
      return dt('Upgrade title fields to use title module, so that titles can be localized.');
  }
}