Skip to content

Commit 7509a46

Browse files
committed
fix stdin producer description
This command is about a producer, not about a consumer.
1 parent 13cb3fd commit 7509a46

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)