You are here

function metatags_quick_drush_help in Meta tags quick 7.2

Same name and namespace in other branches
  1. 8.3 metatags_quick.drush.inc \metatags_quick_drush_help()

Implementation of hook_drush_help().

File

./metatags_quick.drush.inc, line 11
metatags_quick.drush.inc Drush commands for metatags_quick.

Code

function metatags_quick_drush_help($section) {
  switch ($section) {
    case 'metatags quick:metatags-quick-migrate':
      return dt("Migrate from nodewords to metatags-quick");
  }
}