diff --git a/src/args.rs b/src/args.rs index 77c72cef..36c808da 100644 --- a/src/args.rs +++ b/src/args.rs @@ -175,10 +175,10 @@ File type management options: Show all supported file types and their associated globs. --type-add ARG ... - 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 - --type-clear is used, globs are added to any existing globs inside of - ripgrep. Note that this must be passed to every invocation of rg. + 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 type-clear + is used, globs are added to any existing globs inside of ripgrep. Note + that this must be passed to every invocation of rg. Example: `--type-add html:*.html`