function book_copy_drush_help in Book Copy 7.2
Implements hook_drush_help().
File
- ./
book_copy.drush.inc, line 30 - Drush integration for Book Copy module.
Code
function book_copy_drush_help($section) {
switch ($section) {
case 'drush:copy-book':
return dt('Copy a book or part of a book outline');
}
}