function key_drush_help in Key 7.3
Same name and namespace in other branches
- 8 drush/key.drush.inc \key_drush_help()
Implements hook_drush_help().
File
- drush/
key.drush.inc, line 6
Code
function key_drush_help($section) {
switch ($section) {
case 'meta:key:title':
return dt('Commands for managing keys');
case 'drush:key-save':
return dt("Save a key. If a key value is defined and the key provider supports setting values, it will be saved. If any options are omitted, default values will be used.");
}
}