You are here

function highcharttable_drush_help in HighchartTable 7

Implementd hook_drush_help().

This function is called in response to: 'drush help dl-datatables'

File

drush/highcharttable.drush.inc, line 38
Drush integration for HighchartTable.

Code

function highcharttable_drush_help($section) {
  switch ($section) {
    case 'drush:dl-highcharts':
      return dt('Download the Highcharts and HighchartTable JS libraries to the appropriate location on your system.');
  }
}