You are here

function patch_manager_drush_help in Patch manager 6

Same name and namespace in other branches
  1. 7 patch_manager.drush.inc \patch_manager_drush_help()

Implementation of hook_drush_help().

File

./patch_manager.drush.inc, line 26

Code

function patch_manager_drush_help($section) {
  switch ($section) {
    case 'drush:pm-list':
      return dt('List all patches that patch manager knows about.');
  }
}