You are here

function formassembly_drush_help in FormAssembly 7

Implements hook_drush_help().

File

./formassembly.drush.inc, line 34
Drush command file

Code

function formassembly_drush_help($command) {
  switch ($command) {
    case 'drush:fa-sync':
      return dt('Syncronize FormAssembly Forms');
  }
}