function paranoia_drush_help in Paranoia 7
Implements hook_drush_help().
File
- ./paranoia.drush.inc, line 82 
- Drush integration for the paranoia module.
Code
function paranoia_drush_help($command) {
  switch ($command) {
    case 'drush:paranoia-reset-stale-accounts':
      return dt('Queue accounts to have their passwords reset if they have not logged in recently.');
  }
}