You are here

function htacess_drush_help in Htaccess 7.2

Same name and namespace in other branches
  1. 8.2 htaccess.drush.inc \htacess_drush_help()

Implements hook_drush_help().

File

./htaccess.drush.inc, line 6

Code

function htacess_drush_help($command) {
  switch ($command) {
    case 'drush:htaccess-deploy':
      return dt('Command to deploy a htaccess profile.');
  }
}