function auto_nodetitle_drush_help in Automatic Nodetitles 7
Implementation of hook_drush_help().
File
- ./
auto_nodetitle.drush.inc, line 23
Code
function auto_nodetitle_drush_help($section) {
switch ($section) {
case 'drush:ant':
return dt('Recreate auto node titles for one or more content types.');
}
}