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.
This commit is contained in:
Justin Hellings 2023-08-29 15:10:50 +01:00 committed by GitHub
parent a83fec756b
commit 82c8d78a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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