You are here

function pi_lib_drush_help in International Phone 3.x

Implements hook_drush_help().

File

drush/pi_lib.drush.inc, line 39
Drush integration for phone_international.

Code

function pi_lib_drush_help($section) {
  switch ($section) {
    case 'drush:pi-plugin':
      return dt('Download and install the Phone International(intl-tel-input) plugin from https://github.com/jackocnr/intl-tel-input, default location is /libraries.');
  }
}