You are here

function addtohomescreen_drush_help in Add to homescreen 8

Same name and namespace in other branches
  1. 7 addtohomescreen.drush.inc \addtohomescreen_drush_help()

Implements hook_drush_help().

File

./addtohomescreen.drush.inc, line 37
Drush integration for addtohomescreen.

Code

function addtohomescreen_drush_help($section) {
  switch ($section) {
    case 'drushaddtohomescreen':
      return dt('Download and install the Add to homescreen library from https://github.com/cubiq/add-to-homescreen, default location is sites/all/libraries.');
  }
}