gabriel 6 年 前
コミット
dfeb7699d6

ファイルの差分が大きいため隠しています
+ 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)