You are here

function timefield_drush_help in Timefield 7

Implements hook_drush_help().

File

./timefield.drush.inc, line 35
drush integration for timefield.

Code

function timefield_drush_help($section) {
  switch ($section) {
    case 'drush:timefield-plugin':
      return dt("Downloads the jQuery UI Timepicker plugin, default location is sites/all/libraries.");
  }
}