From 7355199cc4b18ff6d7f2f07ec877b64875b57527 Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:00:52 -1000 Subject: [PATCH] chore: change use and short text for `connect` binary (#806) --- cmd/connect/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/connect/main.go b/cmd/connect/main.go index 50e4c68eb..61edcf57b 100644 --- a/cmd/connect/main.go +++ b/cmd/connect/main.go @@ -37,8 +37,8 @@ import ( var ( rootCmd = &cobra.Command{ - Use: "oracle", - Short: "Run the connect oracle server.", + Use: "connect", + Short: "Run the connect oracle.", Args: cobra.NoArgs, RunE: func(_ *cobra.Command, _ []string) error { return runOracle()