docs: filtering: fix --include-from copypaste error
Some checks failed
Docker beta build / Build image job (push) Has been cancelled

This commit is contained in:
ToM 2024-08-12 12:39:44 +02:00 committed by Nick Craig-Wood
parent 05f000b076
commit e0e697ca11

View File

@ -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