summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-19 20:15:41 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-19 20:15:41 -0500
commit03f76053228b646a7febed3853ab28f42b83b1ad (patch)
tree6fa5ce01f818d683e732bbd2268a89223b27e3f5 /doc
parent61663e230782ecee05cde8d9cc44d34d6eb9c8c7 (diff)
Rename --files-without-matches to --files-without-match.
This is to be consistent with grep.
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.12
-rw-r--r--doc/rg.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rg.1 b/doc/rg.1
index 2442a43f..d0790955 100644
--- a/doc/rg.1
+++ b/doc/rg.1
@@ -182,7 +182,7 @@ Only show path of each file with matches.
.RS
.RE
.TP
-.B \-\-files\-without\-matches
+.B \-\-files\-without\-match
Only show path of each file with no matches.
.RS
.RE
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 3980e873..8e6226d7 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -119,7 +119,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
-l, --files-with-matches
: Only show path of each file with matches.
---files-without-matches
+--files-without-match
: Only show path of each file with no matches.
-H, --with-filename