@@ -16,8 +16,8 @@ |
||
| 16 | 16 | protected function configure() |
| 17 | 17 | { |
| 18 | 18 | $this->addArgument('name', InputArgument::REQUIRED, 'Consumer Name') |
| 19 | - ->setDescription('Delete a consumer\'s queue') |
|
| 20 | - ->addOption('no-confirmation', null, InputOption::VALUE_NONE, 'Whether it must be confirmed before deleting'); |
|
| 19 | + ->setDescription('Delete a consumer\'s queue') |
|
| 20 | + ->addOption('no-confirmation', null, InputOption::VALUE_NONE, 'Whether it must be confirmed before deleting'); |
|
| 21 | 21 | |
| 22 | 22 | $this->setName('rabbitmq:delete'); |
| 23 | 23 | } |
@@ -16,8 +16,8 @@ |
||
| 16 | 16 | protected function configure() |
| 17 | 17 | { |
| 18 | 18 | $this->addArgument('name', InputArgument::REQUIRED, 'Consumer Name') |
| 19 | - ->setDescription('Purge a consumer\'s queue') |
|
| 20 | - ->addOption('no-confirmation', null, InputOption::VALUE_NONE, 'Whether it must be confirmed before purging'); |
|
| 19 | + ->setDescription('Purge a consumer\'s queue') |
|
| 20 | + ->addOption('no-confirmation', null, InputOption::VALUE_NONE, 'Whether it must be confirmed before purging'); |
|
| 21 | 21 | |
| 22 | 22 | $this->setName('rabbitmq:purge'); |
| 23 | 23 | } |