Skip to content

Commit 6026cf5

Browse files
committed
Merge pull request #336 from greg0ire/patch-1
fix stdin producer description
2 parents 13cb3fd + 7509a46 commit 6026cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/StdInProducerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function configure()
1919
$this
2020
->setName('rabbitmq:stdin-producer')
2121
->addArgument('name', InputArgument::REQUIRED, 'Producer Name')
22-
->setDescription('Executes a consumer that reads data from STDIN')
22+
->setDescription('Executes a producer that reads data from STDIN')
2323
->addOption('route', 'r', InputOption::VALUE_OPTIONAL, 'Routing Key', '')
2424
->addOption('format', 'f', InputOption::VALUE_OPTIONAL, 'Payload Format', self::FORMAT_PHP)
2525
->addOption('debug', 'd', InputOption::VALUE_OPTIONAL, 'Enable Debugging', false)

0 commit comments

Comments
 (0)