Skip to content

Commit

Permalink
chore: change use and short text for connect binary (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty authored Oct 25, 2024
1 parent 8add279 commit 7355199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/connect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7355199

Please sign in to comment.