diff options
| author | Kalle Ahlström <[email protected]> | 2025-06-28 17:41:25 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-28 14:41:25 +0000 |
| commit | 9665928860eda07a9645c0c7a985f78ae888f6ee (patch) | |
| tree | c41dff05bf5fe990b92a9cc29ce93ffcdb21dca4 /docs/tools | |
| parent | 25cdf9b762a13aa7bbfab363dc1c85bdf2c3fae1 (diff) | |
chore: add proper pluralization handling for match in grep tool (#2344)
Co-authored-by: Allen Hutchison <[email protected]>
Diffstat (limited to 'docs/tools')
| -rw-r--r-- | docs/tools/file-system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/file-system.md b/docs/tools/file-system.md index d1ef194b..c29f086a 100644 --- a/docs/tools/file-system.md +++ b/docs/tools/file-system.md @@ -159,7 +159,7 @@ The Gemini CLI provides a comprehensive suite of tools for interacting with the - Returns a list of matching lines, each prefixed with its file path (relative to the search directory) and line number. - **Output (`llmContent`):** A formatted string of matches, e.g.: ``` - Found 3 match(es) for pattern "myFunction" in path "." (filter: "*.ts"): + Found 3 matches for pattern "myFunction" in path "." (filter: "*.ts"): --- File: src/utils.ts L15: export function myFunction() { |
