You are here

function uuid_drush_help in Universally Unique IDentifier 7

Same name and namespace in other branches
  1. 6 uuid.drush.inc \uuid_drush_help()

Implements hook_drush_help().

File

./uuid.drush.inc, line 23
Drush implementation for the uuid module.

Code

function uuid_drush_help($section) {
  switch ($section) {
    case 'drush:uuid-create-missing':
      return dt("This command will create missing UUIDs for those content types specified in the module settings for automatic generation.");
  }
}