From 01358a155c284b839c09b4d7e96559d543eea904 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Aug 2017 19:13:52 -0400 Subject: [PATCH] man: synchronize man page with --help --- doc/rg.1.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/rg.1.md b/doc/rg.1.md index e18f2770..90e1dac7 100644 --- a/doc/rg.1.md +++ b/doc/rg.1.md @@ -37,7 +37,9 @@ Project home page: https://github.com/BurntSushi/ripgrep --color *WHEN* : Whether to use color in the output. Valid values are never, auto, always or - ansi. [default: auto] + ansi. The default is auto. When always is used, coloring is attempted based + on your environment. When ansi is used, coloring is forcefully done using + ANSI escape color codes. -e, --regexp *PATTERN* ... : Use PATTERN to search. This option can be provided multiple times, where all @@ -196,6 +198,13 @@ Project home page: https://github.com/BurntSushi/ripgrep : Search hidden directories and files. (Hidden directories and files are skipped by default.) +--iglob *GLOB* ... +: Include or exclude files/directories case insensitively. This always + overrides any other ignore logic if there is a conflict, but is otherwise + applied in addition to ignore files (e.g., .gitignore or .ignore). Multiple + glob flags may be used. Globbing rules match .gitignore globs. Precede a + glob with a '!' to exclude it. + --ignore-file *FILE* ... : Specify additional ignore files for filtering file paths. Ignore files should be in the gitignore format and are matched