@@ -50,8 +50,8 @@ |
||
50 | 50 | parent::configure(); |
51 | 51 | $this->setName('fulltextsearch:collection:link') |
52 | 52 | ->setDescription('Link collection to a user') |
53 | - ->addArgument('collection', InputArgument::OPTIONAL, 'collection' , '') |
|
54 | - ->addArgument('userId', InputArgument::OPTIONAL, 'user to link a collection to', '') |
|
53 | + ->addArgument('collection', InputArgument::OPTIONAL, 'collection' , '') |
|
54 | + ->addArgument('userId', InputArgument::OPTIONAL, 'user to link a collection to', '') |
|
55 | 55 | ->addOption('unlink', '', InputOption::VALUE_NONE, 'unlink collection'); |
56 | 56 | } |
57 | 57 |