|
@@ -23,7 +23,7 @@ class ONUStatusOLTCommand extends ContainerAwareCommand
|
|
|
->setHelp('Set the status of the execution of the script against the olt')
|
|
|
->addArgument('onuid', InputArgument::REQUIRED, 'Pon serial number')
|
|
|
->addArgument('file', InputArgument::REQUIRED, 'File log')
|
|
|
- ->addArgument('status', InputArgument::REQUIRED, 'Status 1 (OK), 0 (ERROR) or -1 (PENDING)');
|
|
|
+ ->addArgument('status', InputArgument::REQUIRED, 'Status 0 (OK), 1 (ERROR) other value (PENDING)');
|
|
|
}
|
|
|
|
|
|
protected function execute(InputInterface $input, OutputInterface $output)
|