You are here

function filedepot_drush_help in filedepot 7

Implements hook_drush_help().

File

./filedepot.drush.inc, line 33
Drush integration for filedepot.

Code

function filedepot_drush_help($section) {
  switch ($section) {
    case 'drush:filedepot-libraries':
      return dt("Downloads the filedepot 3rd party javascript libraries from www.nextide.ca, default location is sites/all/libraries.");
  }
}