summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-08 11:42:57 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commit184c15882ed1ef9939cea62ac1ad204a93bee189 (patch)
tree089c353b3d3f30ac20ea5b643d3b70102c7b2c82
parent64a4dee4956e9d362eb071bfbd5ed8ad9a608f5c (diff)
doc: add -U/--multiline to common options
-rw-r--r--GUIDE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUIDE.md b/GUIDE.md
index 3069acf7..22ad183d 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -788,6 +788,7 @@ used options that will likely impact how you use ripgrep on a regular basis.
* `--files`: Print the files that ripgrep *would* search, but don't actually
search them.
* `-a/--text`: Search binary files as if they were plain text.
+* `-U/--multiline`: Permit matches to span multiple lines.
* `-z/--search-zip`: Search compressed files (gzip, bzip2, lzma, xz, lz4,
brotli, zstd). This is disabled by default.
* `-C/--context`: Show the lines surrounding a match.