From 2ee21a1cb5d355f70875a0296a85b3e607e5fa2e Mon Sep 17 00:00:00 2001 From: Yauhen Pyl Date: Fri, 20 Aug 2021 14:09:07 +0200 Subject: [PATCH] Update long description in messagebus It seems like the current long description came from `database.go` and it is not correct for the current file. --- components/service-waiter/cmd/messagebus.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/service-waiter/cmd/messagebus.go b/components/service-waiter/cmd/messagebus.go index 1a5ced6e5c486e..8365da11f3e90b 100644 --- a/components/service-waiter/cmd/messagebus.go +++ b/components/service-waiter/cmd/messagebus.go @@ -23,9 +23,8 @@ import ( var messagebusCmd = &cobra.Command{ Use: "messagebus", Short: "waits for the messagebus to become available", - Long: `Uses the default db env config of a Gitpod deployment to try and -connect to a MySQL database, specifically MESSAGEBUS_HOST, MESSAGEBUS_USERNAME, MESSAGEBUS_PASSWORD, -MESSAGEBUS_CA, MESSAGEBUS_CERT and MESSAGEBUS_KEY`, + Long: `Connects to the messagebus via AMQP protocol using host, port, username and password. +Optionally, TLS can be used to create the connection.`, PreRun: func(cmd *cobra.Command, args []string) { err := viper.BindPFlags(cmd.Flags()) if err != nil {