You are here

function stripe_drush_help in Stripe 7

Implements hook_drush_help().

File

./stripe.drush.inc, line 11
Drush commands for Stripe module.

Code

function stripe_drush_help($section) {
  switch ($section) {
    case 'drush:stripe-library-download':
      return dt('Download the latest stable Stripe PHP Library.');
  }
}