function uuid_drush_help in Universally Unique IDentifier 6
Same name and namespace in other branches
- 7 uuid.drush.inc \uuid_drush_help()
Implementation of hook_drush_help().
File
- ./
uuid.drush.inc, line 26 - 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.");
}
}