You are here

function prebid_drush_help in Doubleclick for Publishers (DFP) 7.2

Implementation of hook_drush_help().

File

prebid/prebid.drush.inc, line 13
prebid.drush.inc

Code

function prebid_drush_help($section) {
  switch ($section) {
    case 'meta:prebid:title':
      return dt('Prebid commands');
    case 'meta:prebid:summary':
      return dt('Build and download the prebid.js library.');
  }
}