From 184c15882ed1ef9939cea62ac1ad204a93bee189 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 8 May 2020 11:42:57 -0400 Subject: [PATCH] doc: add -U/--multiline to common options --- GUIDE.md | 1 + 1 file changed, 1 insertion(+) 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.