We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13cb3fd + 7509a46 commit 6026cf5Copy full SHA for 6026cf5
Command/StdInProducerCommand.php
@@ -19,7 +19,7 @@ protected function configure()
19
$this
20
->setName('rabbitmq:stdin-producer')
21
->addArgument('name', InputArgument::REQUIRED, 'Producer Name')
22
- ->setDescription('Executes a consumer that reads data from STDIN')
+ ->setDescription('Executes a producer that reads data from STDIN')
23
->addOption('route', 'r', InputOption::VALUE_OPTIONAL, 'Routing Key', '')
24
->addOption('format', 'f', InputOption::VALUE_OPTIONAL, 'Payload Format', self::FORMAT_PHP)
25
->addOption('debug', 'd', InputOption::VALUE_OPTIONAL, 'Enable Debugging', false)
0 commit comments