mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 19:28:00 +02:00
Document that you can't repeat filter flags - fixes #506
This commit is contained in:
parent
e4650eff58
commit
c7f04e24d3
@ -19,6 +19,10 @@ and exclude rules like `--include`, `--exclude`, `--include-from`,
|
|||||||
try them out is using the `ls` command, or `--dry-run` together with
|
try them out is using the `ls` command, or `--dry-run` together with
|
||||||
`-v`.
|
`-v`.
|
||||||
|
|
||||||
|
**Important** Due to limitations of the command line parser you can
|
||||||
|
only use any of these options once - if you duplicate them then rclone
|
||||||
|
will use the last one only.
|
||||||
|
|
||||||
## Patterns ##
|
## Patterns ##
|
||||||
|
|
||||||
The patterns used to match files for inclusion or exclusion are based
|
The patterns used to match files for inclusion or exclusion are based
|
||||||
|
Loading…
x
Reference in New Issue
Block a user