Document that you can't repeat filter flags - fixes #506
This commit is contained in:
parent
e4650eff58
commit
c7f04e24d3
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue