mirror of
https://github.com/ollama/ollama.git
synced 2026-03-09 03:12:11 -05:00
cmd: capitalize Ollama in serve command help text (#13965)
This commit is contained in:
committed by
GitHub
parent
aa23d8ecd2
commit
f92e362b2e
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user