@@ -52,7 +52,7 @@ |
||
52 | 52 | { |
53 | 53 | |
54 | 54 | // configure the command |
55 | - $this->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY|InputArgument::OPTIONAL, 'The operation(s) that has to be used for the import, one of "add-update", "replace", "delete" or "convert" or a combination of them', array(OperationKeys::ADD_UPDATE)) |
|
55 | + $this->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'The operation(s) that has to be used for the import, one of "add-update", "replace", "delete" or "convert" or a combination of them', array(OperationKeys::ADD_UPDATE)) |
|
56 | 56 | ->addOption(InputOptionKeys::SERIAL, null, InputOption::VALUE_REQUIRED, 'The unique identifier of this import process', Uuid::uuid4()->__toString()) |
57 | 57 | ->addOption(InputOptionKeys::INSTALLATION_DIR, null, InputOption::VALUE_REQUIRED, 'The Magento installation directory to which the files has to be imported', getcwd()) |
58 | 58 | ->addOption(InputOptionKeys::SYSTEM_NAME, null, InputOption::VALUE_REQUIRED, 'Specify the system name to use', gethostname()) |