Skip to content

Commit 4734528

Browse files
authored
Update root.go
1 parent 3d8fdd7 commit 4734528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var scrubComments bool
2121

2222
var rootCmd = &cobra.Command{
2323
Use: "git2gpt [flags] /path/to/git/repository [/path/to/another/repository ...]",
24-
Short: "git2gpt is a utility to convert one or more Git repositories to a text file for input into GPT-4",
24+
Short: "git2gpt is a utility to convert one or more Git repositories to a text file for input into an LLM",
2525
Args: cobra.MinimumNArgs(1),
2626
Run: func(cmd *cobra.Command, args []string) {
2727
// Create a combined repository to hold all files

0 commit comments

Comments
 (0)