You are here

function apdqc_drush_help in Asynchronous Prefetch Database Query Cache 7

Implements hook_drush_help().

File

./apdqc.drush.inc, line 30
Drush integration for APDQC module.

Code

function apdqc_drush_help($section) {
  switch ($section) {
    case 'drush:apdqc':
      return dt('Run this to automatically apply the database performance optimizations.');
  }
}