function replicate_drush_help in Replicate 8
Same name and namespace in other branches
- 7 replicate.drush.inc \replicate_drush_help()
Implements hook_drush_help().
File
- ./
replicate.drush.inc, line 34 - Replicate entities via drush framework.
Code
function replicate_drush_help($command) {
switch ($command) {
case 'drush:replicate-drush-entity-by-id':
return dt('Replicate an entity by providing an entity type and id.');
}
}