From 82c8d78a44272651034dc84cfd293e25905ff951 Mon Sep 17 00:00:00 2001 From: Justin Hellings Date: Tue, 29 Aug 2023 15:10:50 +0100 Subject: [PATCH] docs: may not -> might not, to remove ambiguity "may not" can be interpreted as "is not allowed". Replaced with "might not" in both cases to remove ambiguity. --- docs/content/filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 112fe806c..7afd66ff0 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -27,7 +27,7 @@ E.g. `rclone copy "remote:dir*.jpg" /path/to/dir` does not have a filter effect. `rclone copy remote:dir /path/to/dir --include "*.jpg"` does. **Important** Avoid mixing any two of `--include...`, `--exclude...` or -`--filter...` flags in an rclone command. The results may not be what +`--filter...` flags in an rclone command. The results might not be what you expect. Instead use a `--filter...` flag. ## Patterns for matching path/file names @@ -88,7 +88,7 @@ separator or the beginning of the path/file. - doesn't match "afile.jpg" - doesn't match "directory/file.jpg" -The top level of the remote may not be the top level of the drive. +The top level of the remote might not be the top level of the drive. E.g. for a Microsoft Windows local directory structure