You are here

function superfish_drush_help in Superfish 7

Same name and namespace in other branches
  1. 6 superfish.drush.inc \superfish_drush_help()

Implements hook_drush_help().

File

./superfish.drush.inc, line 36
Drush integration for Superfish.

Code

function superfish_drush_help($section) {
  switch ($section) {
    case 'drush:superfish-plugin':
      return dt("Downloads the Superfish plugin, default location is sites/all/libraries.");
  }
}