You are here

function rrssb_drush_help in Ridiculously Responsive Social Sharing Buttons 7

Same name and namespace in other branches
  1. 8.2 includes/rrssb.drush.inc \rrssb_drush_help()
  2. 7.2 includes/rrssb.drush.inc \rrssb_drush_help()

Implements hook_drush_help().

File

includes/rrssb.drush.inc, line 29
Provides drush commands for Ridiculously Responsive Social Share Buttons.

Code

function rrssb_drush_help($section) {
  switch ($section) {
    case 'drush:rrssb-plugin':
      return dt("Downloads the Ridiculously Responsive Social Share Buttons library from Github. Downloads to sites/all/libraries unless a location is provided.");
  }
}