You are here

function form_styler_drush_help in jQuery form styler 7

Same name and namespace in other branches
  1. 7.2 drush/form_styler.drush.inc \form_styler_drush_help()

Implements hook_drush_help().

This function is called whenever a drush user calls 'drush help <name-of-your-command>'

File

drush/form_styler.drush.inc, line 50
Drush integration for form_styler.

Code

function form_styler_drush_help($section) {
  switch ($section) {
    case 'drush:form-styler-plugin':
      return dt('Download and install the Form styler plugin from Dimox/jQueryFormStyler, default location is sites/all/libraries.');
  }
}