You are here

function cacheflush_drush_drush_help in CacheFlush 8

Same name and namespace in other branches
  1. 7.3 modules/cacheflush_drush/cacheflush_drush.drush.inc \cacheflush_drush_drush_help()

Implements hook_drush_help().

File

modules/cacheflush_drush/cacheflush_drush.drush.inc, line 13
Cacheflush Drush implementation.

Code

function cacheflush_drush_drush_help($command) {
  switch ($command) {
    case 'drush:cacheflush':
      return dt('Clear cache with help of cacheflush module.');
  }
}