From 2291d69bb792251dd273727f3ee900c2447534d2 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Wed, 5 Jun 2019 11:42:19 +0200 Subject: [PATCH] fix: usage --- balboa.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balboa.go b/balboa.go index cc75779..a6aa497 100644 --- a/balboa.go +++ b/balboa.go @@ -49,8 +49,8 @@ func main() { fmt.Printf("\n") fmt.Printf(" redis - d4 server\n") fmt.Printf(" | host:port/db\n") - fmt.Printf(" redis_queue - type and uuid of the redis queue\n") - fmt.Printf(" | type:uuid \n") + fmt.Printf(" redis_queue - uuid of the redis queue\n") + fmt.Printf(" | uuid \n") fmt.Printf(" balboa_socket - socket file to balboa\n") fmt.Printf(" | /tmp/balboa.sock\n") fmt.Printf("\n")