Skip to content

Commit

Permalink
docs: filtering: fix --include-from copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
letompouce authored and ncw committed Dec 27, 2024
1 parent 05f000b commit e0e697c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,10 @@ flags with `--exclude`, `--exclude-from`, `--filter` or `--filter-from`,
you must use include rules for all the files you want in the include
statement. For more flexibility use the `--filter-from` flag.

`--exclude-from` has no effect when combined with `--files-from` or
`--include-from` has no effect when combined with `--files-from` or
`--files-from-raw` flags.

`--exclude-from` followed by `-` reads filter rules from standard input.
`--include-from` followed by `-` reads filter rules from standard input.

### `--filter` - Add a file-filtering rule

Expand Down

0 comments on commit e0e697c

Please sign in to comment.