mirror of
https://github.com/ollama/ollama.git
synced 2026-08-27 04:06:17 +00:00
cmd: capitalize Ollama in serve command help text (#13965)
This commit is contained in:
parent
aa23d8ecd2
commit
f92e362b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue