aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-09 23:45:29 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-09 23:45:29 +0200
commite0a0e264dd63b76af4a037fa37c578a67f47148d (patch)
tree4c373fee1b50885859a113cefbc01fbce8fbc2e0
parentab04f8876eef5e9da79573368d440da067293c2e (diff)
downloadnotes-e0a0e264dd63b76af4a037fa37c578a67f47148d.tar.gz
notes-e0a0e264dd63b76af4a037fa37c578a67f47148d.zip
grep: fix typo
-rw-r--r--src/cli/grep.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/grep.md b/src/cli/grep.md
index a2001b9..c4f31a9 100644
--- a/src/cli/grep.md
+++ b/src/cli/grep.md
@@ -1,7 +1,7 @@
# grep(1)
```
-sort [opts] [pattern] [files]
+grep [opts] [pattern] [files]
-e <pattern> pattern to search for (can be supplied multiple times)
-i ignore case in patterns
-v invert match