예제 #1
0
 /**
  * Check is show usage help
  *
  */
 protected function _showHelp()
 {
     parent::_showHelp();
     // if module is not specified show help
     if (!$this->getArg('module') && !$this->getArg('m')) {
         die($this->usageHelp());
     }
 }