From ad9d7b7774c47f37e7ee7fcad069d4a15cd1024b Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Sat, 28 Apr 2018 01:20:52 +0200 Subject: [PATCH] documentation --- README.md | 2 +- cmd/main/command_line.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 495aacf..20be590 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Options: --api APIURI connect to given API server. If APIURI is omitted, the environment variable RABTAP_APIURI will be used. -b, --bindingkey KEY binding key to use in bind queue command. - --consumers include consumers in output of info command. + --consumers include consumers and connections in output of info command. -d, --durable create durable exchange/queue. -h, --help print this help. -j, --json print/save/publish message metadata and body to a diff --git a/cmd/main/command_line.go b/cmd/main/command_line.go index 04682ee..996dd2f 100644 --- a/cmd/main/command_line.go +++ b/cmd/main/command_line.go @@ -54,7 +54,7 @@ Options: --api APIURI connect to given API server. If APIURI is omitted, the environment variable RABTAP_APIURI will be used. -b, --bindingkey KEY binding key to use in bind queue command. - --consumers include consumers in output of info command. + --consumers include consumers and connections in output of info command. -d, --durable create durable exchange/queue. -h, --help print this help. -j, --json print/save/publish message metadata and body to a