From da750df16bde878f7619aa58ef5e7ef7d3173b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Stepp=C3=A9?= Date: Tue, 4 Jul 2023 13:55:06 +0200 Subject: [PATCH] fix: typo in add command (#539) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexandre Steppé Co-authored-by: Alex Jones --- cmd/auth/add.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/auth/add.go b/cmd/auth/add.go index 1466feeaeb..8ced8adb86 100644 --- a/cmd/auth/add.go +++ b/cmd/auth/add.go @@ -28,8 +28,8 @@ import ( var addCmd = &cobra.Command{ Use: "add", - Short: "Configure new provider", - Long: "The new command allows to configure a new backend AI provider", + Short: "Add new provider", + Long: "The add command allows to configure a new backend AI provider", PreRun: func(cmd *cobra.Command, args []string) { backend, _ := cmd.Flags().GetString("backend") if strings.ToLower(backend) == "azureopenai" {