Skip to content

Commit

Permalink
Update go/cmd/vtorc/cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
Signed-off-by: Andrew Mason <amason@hey.com>
  • Loading branch information
ajm188 and deepthi authored Sep 8, 2023
1 parent 9d8026d commit 1ebf339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/vtorc/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
configFile string
Main = &cobra.Command{
Use: "vtorc",
Short: "VTOrc is the automated fault detection and repair tool of Vitess.",
Short: "VTOrc is the automated fault detection and repair tool in Vitess.",
Args: cobra.NoArgs,
Version: servenv.AppVersion.String(),
PreRunE: servenv.CobraPreRunE,
Expand Down

0 comments on commit 1ebf339

Please sign in to comment.