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)