Skip to content

Commit f723da8

Browse files
tae2089claude
andcommitted
fix: update --graph flag description (AGE → PostgreSQL + pgvector)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5840c31 commit f723da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func newBuildCmd(deps *Deps) *cobra.Command {
224224
},
225225
}
226226

227-
cmd.Flags().BoolVar(&syncGraph, "graph", false, "Sync graph to Apache AGE (requires AGE_DSN)")
227+
cmd.Flags().BoolVar(&syncGraph, "graph", false, "Sync to PostgreSQL + pgvector (requires PG_DSN)")
228228

229229
return cmd
230230
}

0 commit comments

Comments
 (0)