gabriel 6 년 전
부모
커밋
dfeb7699d6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/DoctrineMigrations/src/template.yml
  2. 1 1
      src/FTTHBundle/Command/ONUStatusOLTCommand.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
app/DoctrineMigrations/src/template.yml


+ 1 - 1
src/FTTHBundle/Command/ONUStatusOLTCommand.php

@@ -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)