function addtohomescreen_drush_help in Add to homescreen 7
Same name and namespace in other branches
- 8 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.');
}
}