Skip to content

Commit e5e568f

Browse files
committed
fix: update command name from ggit to gogit
1 parent ac5f5c8 commit e5e568f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/gogit/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
)
1414

1515
var rootCmd = &cobra.Command{
16-
Use: "ggit [<args>] <command>",
17-
Short: "ggit is a Git CLI that uses go-git as its backend.",
16+
Use: "gogit [<args>] <command>",
17+
Short: "gogit is a Git CLI that uses go-git as its backend.",
1818
RunE: func(cmd *cobra.Command, _ []string) error {
1919
return cmd.Usage()
2020
},

0 commit comments

Comments
 (0)