Skip to content

Commit e0e697c

Browse files
letompoucencw
authored andcommitted
docs: filtering: fix --include-from copypaste error
1 parent 05f000b commit e0e697c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/filtering.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ flags with `--exclude`, `--exclude-from`, `--filter` or `--filter-from`,
465465
you must use include rules for all the files you want in the include
466466
statement. For more flexibility use the `--filter-from` flag.
467467

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

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

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

0 commit comments

Comments
 (0)