You are here

function omega_tools_drush_help in Omega Tools 6

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

Implementation of hook_drush_help().

File

./omega_tools.drush.inc, line 10
Drush sql commands

Code

function omega_tools_drush_help($section) {
  switch ($section) {
    case 'drush:omega-subtheme':
      return dt('Creates a valid subtheme in sites/all/themes based on a single argument, the name of the subtheme');
  }
}