cmd: capitalize Ollama in serve command help text (#13965)

This commit is contained in:
Seokrin Taron Sung 2026-01-30 02:47:53 +09:00 committed by GitHub
parent aa23d8ecd2
commit f92e362b2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1888,7 +1888,7 @@ func NewCLI() *cobra.Command {
serveCmd := &cobra.Command{
Use: "serve",
Aliases: []string{"start"},
Short: "Start ollama",
Short: "Start Ollama",
Args: cobra.ExactArgs(0),
RunE: RunServer,
}