diff options
Diffstat (limited to 'net/rabbiteer/files/patch-README.md')
-rw-r--r-- | net/rabbiteer/files/patch-README.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/rabbiteer/files/patch-README.md b/net/rabbiteer/files/patch-README.md deleted file mode 100644 index 3b9cf3741a08..000000000000 --- a/net/rabbiteer/files/patch-README.md +++ /dev/null @@ -1,20 +0,0 @@ ---- 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: #] - |