Updating for main processmaker script

This commit is contained in:
Erik Amaru Ortiz
2014-03-17 11:54:09 -04:00
parent c14b204bf7
commit 4a12be66c8
8 changed files with 90 additions and 63 deletions

View File

@@ -37,7 +37,7 @@ CLI::taskDescription(<<<EOT
EOT
);
CLI::taskOpt("buildACV", "If the option is enabled, performs the Build Cache View.", "ACV", "buildACV");
CLI::taskRun(run_upgrade);
CLI::taskRun("run_upgrade");
/**