You are here

function responsive_navigation_drush_help in Responsive Navigation 7

Implements hook_drush_help().

File

./responsive_navigation.drush.inc, line 44

Code

function responsive_navigation_drush_help($section) {
  switch ($section) {
    case 'drush:rnjs-plugin':
      return dt("Downloads the responsive-nav.js plugin, default location is sites/all/libraries.");
  }
}