summaryrefslogtreecommitdiffstats
path: root/doc/rg.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rg.1.md')
-rw-r--r--doc/rg.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 2cd7059e..93b401ab 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -288,6 +288,10 @@ Project home page: https://github.com/BurntSushi/ripgrep
: Print only the matched (non-empty) parts of a matching line, with each such
part on a separate output line.
+--passthru, --passthrough
+: Show both matching and non-matching lines. This option cannot be used with
+ --only-matching or --replace.
+
--path-separator *SEPARATOR*
: The path separator to use when printing file paths. This defaults to your
platform's path separator, which is / on Unix and \\ on Windows. This flag is