function statspro_drush_help in Statistics Pro 6
Same name and namespace in other branches
- 6.2 statspro.drush.inc \statspro_drush_help()
Implementation of hook_drush_help().
File
- ./
statspro.drush.inc, line 13 - Drush include file for statuspro
Code
function statspro_drush_help($section) {
switch ($section) {
case 'drush:statspro':
return dt('Usage: drush [options] statspro [aliases|comments|error|modules|nodes|node_types|pi|sessions|terms|uerror|upi|users|uwarning|warning]');
}
}