You are here

function masked_input_drush_help in Masked Input 7.2

Implements hook_drush_help().

File

./masked_input.drush.inc, line 31
Drush integration.

Code

function masked_input_drush_help($section) {
  switch ($section) {
    case 'drush:masked_input-library':
      return dt("Download Masked Input's 3rd party dependencies into the libraries directory.");
  }
}