You are here

function gelf_drush_help in GELF 8

Same name and namespace in other branches
  1. 6 gelf.drush.inc \gelf_drush_help()
  2. 7 gelf.drush.inc \gelf_drush_help()

Implementation of hook_drush_help().

File

./gelf.drush.inc, line 25
Drush integration for the gelf module.

Code

function gelf_drush_help($section) {
  switch ($section) {
    case 'drush:gelf-download':
      return dt('Downloads the library from https://github.com/bzikarsky/gelf-php.git. Places it in the libraries directory. Skips download if library already present. This all happens automatically if you enable gelf using drush.');
  }
}