function fb_autopost_drush_help in Facebook Autopost 7
Implements hook_drush_help().
File
- ./
fb_autopost.drush.inc, line 38 - drush integration for Facebook Autopost.
Code
function fb_autopost_drush_help($section) {
switch ($section) {
case 'drush:facebook-php-sdk':
return dt('Download and install the Facebook PHP SDK library from GitHub, default location is sites/all/libraries.');
}
}