You are here

function download_count_drush_help in Download Count 8

Same name and namespace in other branches
  1. 7.3 includes/download_count.drush.inc \download_count_drush_help()

Implements hook_drush_help().

File

includes/download_count.drush.inc, line 15
Drush commands for download_count.

Code

function download_count_drush_help($section) {
  switch ($section) {
    case 'drush:sparkline-plugin':
      return dt("This command will download the jquery.sparkline plugin from http://www.omnipotent.net. A single argument will be assumed to be the version. In order to specify a path, you must also include the version.");
  }
}