function ad_ui_drush_help in Advertisement 7.3
Implements hook_drush_help().
File
- modules/
ad_ui/ ad_ui.drush.inc, line 6
Code
function ad_ui_drush_help($section) {
switch ($section) {
case 'drush:ad-ui-install':
return dt("Install example terms and ads.");
}
}