Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7355199

Browse files
chore: change use and short text for connect binary (#806)
1 parent 8add279 commit 7355199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmd/connect/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import (
3737

3838
var (
3939
rootCmd = &cobra.Command{
40-
Use: "oracle",
41-
Short: "Run the connect oracle server.",
40+
Use: "connect",
41+
Short: "Run the connect oracle.",
4242
Args: cobra.NoArgs,
4343
RunE: func(_ *cobra.Command, _ []string) error {
4444
return runOracle()

0 commit comments

Comments
 (0)