Same name and namespace in other branches
  1. 7.x-1.x drush/colorbox.drush.inc \colorbox_drush_help() 1 comment
  2. 7.x-2.x drush/colorbox.drush.inc \colorbox_drush_help() 1 comment

Implements hook_drush_help().

This function is called whenever a drush user calls 'drush help '

File

drush/colorbox.drush.inc, line 43

Code

function colorbox_drush_help($section) {
    switch ($section) {
        case 'drush:colorbox-plugin':
            return dt('Download and install the Colorbox plugin from jacklmoore.com/colorbox, default location is the libraries directory.');
    }
}