Skip to content

Commit 39a147d

Browse files
MorrisonHotelvyuldashev
authored andcommitted
Fix rabbitmq:queue-bind command (vyuldashev#294)
1 parent 54c63a1 commit 39a147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/QueueBindCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class QueueBindCommand extends Command
1212
{queue}
1313
{exchange}
1414
{connection=rabbitmq : The name of the queue connection to use}
15-
{--routing-key}';
15+
{--routing-key= : Bind queue to exchange via routing key}';
1616

1717
protected $description = 'Bind queue to exchange';
1818

0 commit comments

Comments
 (0)