Skip to content

Commit

Permalink
doc: fix command in amqp-consume doc
Browse files Browse the repository at this point in the history
Fixes: #791
  • Loading branch information
alanxz authored Sep 22, 2023
1 parent 9a91cf5 commit fe1bd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/amqp-consume.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
output the message bodies on standard output via
<command>cat</command>:</term>
<listitem>
<screen><prompt>$ </prompt><userinput>amqp-publish -q myqueue cat</userinput></screen>
<screen><prompt>$ </prompt><userinput>amqp-consume -q myqueue cat</userinput></screen>
</listitem>
</varlistentry>

Expand Down

0 comments on commit fe1bd8f

Please sign in to comment.