Skip to content

Commit

Permalink
Added further explanation to the new command parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bumbea committed Jul 18, 2023
1 parent 661f309 commit c660d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/KafkaConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class KafkaConsumerCommand extends Command
{--dlq=? : The Dead Letter Queue}
{--maxMessage=? : The max number of messages that should be handled}
{--securityProtocol=?}
{--brokerConnection=?}';
{--brokerConnection= : The connection in kafka config to consume from}';

protected $description = 'A Kafka Consumer for Laravel.';

Expand Down

0 comments on commit c660d3b

Please sign in to comment.