1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-29 05:47:23 +02:00

docs: filtering: fix --include-from copypaste error

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