You are here

function zenophile_drush_help in Zenophile 6

Same name and namespace in other branches
  1. 6.2 zenophile.drush.inc \zenophile_drush_help()

Implementation of hook_drush_help().

File

./zenophile.drush.inc, line 49
Zenophile Drush commands.

Code

function zenophile_drush_help($section) {
  if ($section === 'drush:zenophile') {
    return dt('Creates Zen subthemes quickly and easily.');
  }
  elseif ($section === 'drush:zen') {
    return dt('Alias for the "zenophile" command. See the help documentation for the "zenophile" command for more information.');
  }
}