You are here

function mail_signature_drush_help in Mail signature 7

Implements hook_drush_help().

File

./mail_signature.drush.inc, line 32
Drush integration with Mail signature module.

Code

function mail_signature_drush_help($section) {
  switch ($section) {
    case 'drush:mail-signature':
      return dt('This command will eanble or disable signature to mails.');
  }
}