aboutsummaryrefslogtreecommitdiff
path: root/bp.1.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-01-15 16:25:01 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-01-15 16:25:01 -0500
commit18bb2575caffe7f4d16ed967e52072a8518d8ba0 (patch)
tree2d9b6660412b8f1fd798ec8230d400bc823e0fcf /bp.1.md
parent3a728b28df662af9ad588a9a95c94ce030a3f4dd (diff)
Smart case by default
Diffstat (limited to 'bp.1.md')
-rw-r--r--bp.1.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/bp.1.md b/bp.1.md
index 97f12f4..7679936 100644
--- a/bp.1.md
+++ b/bp.1.md
@@ -34,6 +34,9 @@ syntax.
: Print only the names of files containing matches instead of the matches
themselves.
+`-c`, `--case`
+: Perform pattern matching with case-sensitivity (the default is smart casing, i.e. case-insensitive, unless there are any uppercase letters present).
+
`-i`, `--ignore-case`
: Perform pattern matching case-insensitively.