summaryrefslogtreecommitdiff
path: root/tools/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.go')
-rw-r--r--tools/tools.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.go b/tools/tools.go
index ba0a5ce..4c89c07 100644
--- a/tools/tools.go
+++ b/tools/tools.go
@@ -691,7 +691,7 @@ Use: run "command" to execute.`
-c count matches
Example:
run "grep error" (from stdin)
- run "grep -i warning log.txt"`
+ run "grep -i warn log.txt"`
case "cd":
return `cd <directory>
Change working directory.