You are here

function path_redirect_generate_drush_help in Path redirect 6

Implementation of hook_drush_help().

File

generate/path_redirect_generate.drush.inc, line 11
Generate redirects via drush framework.

Code

function path_redirect_generate_drush_help($section) {
  switch ($section) {
    case 'drush:generate redirects':
      return dt('Generate URL redirects.');
  }
}