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)