mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 17:43:39 +08:00
docs: filtering: fix --include-from copypaste error
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
This commit is contained in:
parent
05f000b076
commit
e0e697ca11
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user