You are here

function uuid_features_drush_help in UUID Features Integration 6

Same name and namespace in other branches
  1. 7 includes/uuid_features.drush.inc \uuid_features_drush_help()

Implementation of hook_drush_help().

File

includes/uuid_features.drush.inc, line 35
uuid_features module drush integration.

Code

function uuid_features_drush_help($section) {
  switch ($section) {
    case 'drush:features':
      return dt("List all the available features for your site.");
  }
}