Skip to content

Commit 1b65c2d

Browse files
committed
fix: fix command name
1 parent 185ef05 commit 1b65c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func getCompfilePath() string {
6868
}
6969

7070
var rootCmd = &cobra.Command{
71-
Use: "example",
71+
Use: "custom-completion-zsh",
7272
Long: "A tool for zsh that automatically sets completion commands set by the user \nLinux only",
7373
Short: "Show example",
7474
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)