You are here

function piwik_stats_drush_help in Piwik Statistic Integration 7.2

Implements hook_drush_help().

File

./piwik_stats.drush.inc, line 28
Integrates piwik statistics with drush.

Code

function piwik_stats_drush_help($section) {
  switch ($section) {
    case 'drush:psf':
      return dt("Fills all piwik stats fields with recent data.");
  }
}