displayUsage

This commit is contained in:
Michael RICOIS 2016-11-28 14:12:31 +01:00
parent 520f3802b1
commit 610a08796d

View File

@ -13,6 +13,7 @@ require_once realpath(__DIR__ . '/../../vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$displayUsage = false;
try {
//Options
$opts = new Zend_Console_Getopt(array(