diff --git a/src/Command/Generate.php b/src/Command/Generate.php index 68ebec2..47e30ec 100644 --- a/src/Command/Generate.php +++ b/src/Command/Generate.php @@ -19,8 +19,8 @@ protected function configure() $this->setDescription("Convert create all the necessary PHP classes for a SOAP client"); $this->setDefinition([ new InputArgument('config', InputArgument::REQUIRED, 'Config file location'), - new InputArgument('dest-dir', InputArgument::REQUIRED, 'Config file location'), - new InputOption('dest-class', null, InputOption::VALUE_REQUIRED, 'Config file location'), + new InputArgument('dest-dir', InputArgument::REQUIRED, 'Container files destination directory'), + new InputOption('dest-class', null, InputOption::VALUE_REQUIRED, 'Container class file destination directory'), ]); } diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml index 313ab37..e864b30 100644 --- a/src/Resources/config/services.xml +++ b/src/Resources/config/services.xml @@ -46,7 +46,6 @@ -