summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTrent Davis <tdavis146@bloomberg.net>2017-10-11 09:18:36 +1000
committerAndrew Gallant <jamslam@gmail.com>2017-10-12 20:02:33 -0400
commitcf94072429023464d58f0240b522c15d08d3cec2 (patch)
tree560b2116c0f7e5afbdad9eaf6545a3aba8e22d25 /doc
parentdb14046de448742206b607f216af0b6d349cacd1 (diff)
State the default case sensitivity
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.14
-rw-r--r--doc/rg.1.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/rg.1 b/doc/rg.1
index 1b346740..9841c270 100644
--- a/doc/rg.1
+++ b/doc/rg.1
@@ -448,8 +448,8 @@ rg\ \[aq]^.*([0\-9]{3}\-[0\-9]{3}\-[0\-9]{4}).*$\[aq]\ \-\-replace\ \[aq]$1\[aq]
.RE
.TP
.B \-s, \-\-case\-sensitive
-Search case sensitively.
-This overrides \-\-ignore\-case and \-\-smart\-case.
+Search case sensitively (default).
+Overrides \-\-ignore\-case and \-\-smart\-case.
.RS
.RE
.TP
diff --git a/doc/rg.1.md b/doc/rg.1.md
index a069691e..8009f69d 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -295,7 +295,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
rg '^.*([0-9]{3}-[0-9]{3}-[0-9]{4}).*$' --replace '$1'
-s, --case-sensitive
-: Search case sensitively. This overrides --ignore-case and --smart-case.
+: Search case sensitively (default). Overrides --ignore-case and --smart-case.
-S, --smart-case
: Search case insensitively if the pattern is all lowercase.