You are here

function ftools_drush_help in Features Tools 7.2

File

./ftools.drush.inc, line 43

Code

function ftools_drush_help($section) {
  switch ($section) {
    case 'drush:ftools-exec-unlink':
      return "Execute the ftools unlink files given as argument white space separated";
      break;
    case 'drush:ftools-exec-unlink-all':
      return "Execute all ftools unlink files except the files given as argument separated by spaces";
      break;
  }
  return;
}