[PR #13965] [MERGED] cmd: capitalize Ollama in serve command help text #40330

Closed
opened 2026-04-23 01:15:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13965
Author: @taronsung
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @ParthSareen

Base: mainHead: fix/capitalize-ollama-help-text


📝 Commits (1)

  • 167e3ad fix: capitalize Ollama in serve command help text

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)

📄 Description

Summary

Fixes #10165

The product name "Ollama" should be capitalized when referring to the application, while the CLI command ollama remains lowercase.

Changes

Changed "Start ollama" to "Start Ollama" in the serve command's short description.

Before

Available Commands:
  serve       Start ollama

After

Available Commands:
  serve       Start Ollama

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13965 **Author:** [@taronsung](https://github.com/taronsung) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `fix/capitalize-ollama-help-text` --- ### 📝 Commits (1) - [`167e3ad`](https://github.com/ollama/ollama/commit/167e3adad4151a54dd956391fd08b64b12a157be) fix: capitalize Ollama in serve command help text ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) </details> ### 📄 Description ## Summary Fixes #10165 The product name "Ollama" should be capitalized when referring to the application, while the CLI command `ollama` remains lowercase. ## Changes Changed `"Start ollama"` to `"Start Ollama"` in the serve command's short description. ## Before ``` Available Commands: serve Start ollama ``` ## After ``` Available Commands: serve Start Ollama ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 01:15:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#40330