function flood_unblock_drush_help in Flood Unblock 7
Implements hook_drush_help().
File
- ./
flood_unblock.drush.inc, line 27 - Drush integration for the Flood Unblock module.
Code
function flood_unblock_drush_help($section) {
switch ($section) {
case 'drush:flood-unblock':
return dt('Empty the flood table for the selected event.');
}
return FALSE;
}