1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-08 16:53:58 +02:00

Fix docopt usage string. Gah.

This commit is contained in:
Andrew Gallant 2016-10-10 20:49:39 -04:00
parent 4665128f25
commit 60c016c243

@ -199,12 +199,12 @@ File type management options:
--type-add ARG ... --type-add ARG ...
Add a new glob for a particular file type. Only one glob can be Add a new glob for a particular file type. Only one glob can be
added at a time. Multiple --type-add flags can be provided. Unless added at a time. Multiple --type-add flags can be provided.
--type-clear is used, globs are added to any existing globs inside of Unless --type-clear is used, globs are added to any existing globs
ripgrep. Note that this must be passed to every invocation of rg. Type inside of ripgrep. Note that this must be passed to every invocation of
settings are NOT persisted. rg. Type settings are NOT persisted.
Example: `--type-add html:*.html` Example: `rg --type-add 'foo:*.foo' -tfoo PATTERN`
--type-clear TYPE ... --type-clear TYPE ...
Clear the file type globs previously defined for TYPE. This only clears Clear the file type globs previously defined for TYPE. This only clears