function shariff_drush_help in Shariff Social Media Buttons 7
Implements hook_drush_help().
This function is called whenever a drush user calls 'drush help <name-of-your-command>'.
@section string. A string with the help section (prepend with 'drush:').
File
- drush/
shariff.drush.inc, line 49 - drush integration for Shariff.
Code
function shariff_drush_help($section) {
switch ($section) {
case 'drush:shariff-library':
return dt('Download and install the shariff library from https://github.com/heiseonline/shariff/, default location is sites/all/libraries.');
}
}