From c7f04e24d337435e5da6112ea46d0805dff903f0 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 17 Jun 2016 16:06:21 +0100 Subject: [PATCH] Document that you can't repeat filter flags - fixes #506 --- docs/content/filtering.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index fb22b0c7f..ce10a1172 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -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 `-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 ## The patterns used to match files for inclusion or exclusion are based