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.
1 parent 13cb3fd commit 7509a46Copy full SHA for 7509a46
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