summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/file-system.md2
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() {