freebsd-ports/net/rabbiteer/files/patch-README.md
Dave Cottlehuber f56a628d46 new port: net/rabbiteer: amqp/rabbitmq command-line tool
Send and receive messages via a RabbitMQ message broker

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17558
2018-10-23 22:32:09 +00:00

20 lines
1.1 KiB
Markdown

--- README.md.orig 2018-10-14 19:59:57 UTC
+++ README.md
@@ -77,7 +77,7 @@ Publishing pushes data from stdin or a file to an exch
OPTIONS:
-c, --content-type <content_type> Content type such as application/json. Inferred from filename if
possible.
- -e, --exchange <exchange> Exchange to publish to [default ]
+ -e, --exchange <exchange> Exchange to publish to [default ""]
-f, --file <file> Filename (- is stdin) [default: -]
-H, --header <header>... Header on the form "My-Header: Value"
-r, --routing-key <routing_key> Routing key [default: ]
@@ -120,7 +120,7 @@ stdout or as files to a directory.
FLAGS:
-i, --info Include delivery info (and headers).
OPTIONS:
- -e, --exchange <exchange> Exchange to subscribe to
+ -e, --exchange <exchange> Exchange to subscribe to [default ""]
-o, --output <output> Output directory (- is stdout) [default: -]
-r, --routing-key <routing_key> Routing key [default: #]