You are here

function omega_tools_drush_help in Omega Tools 7.3

Same name and namespace in other branches
  1. 6 omega_tools.drush.inc \omega_tools_drush_help()
  2. 7 omega_tools.drush.inc \omega_tools_drush_help()
  3. 7.2 omega_tools.drush.inc \omega_tools_drush_help()

Implements of hook_drush_help().

File

includes/omega_tools.drush.inc, line 36

Code

function omega_tools_drush_help($section) {
  switch ($section) {
    case 'drush:omega-subtheme':
      return dt('This command will create a Omega subtheme.');
  }
}