docs: fix typo in filtering.md

Fix typo: moved misplaced double quotation mark.
This commit is contained in:
jakzoe 2024-04-09 06:16:59 -04:00 committed by GitHub
parent 46b3854330
commit 8817ee25ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ processed in.
E.g. `rclone ls remote: --exclude *.bak` excludes all .bak files
from listing.
E.g. `rclone size remote: "--exclude /dir/**"` returns the total size of
E.g. `rclone size remote: --exclude "/dir/**"` returns the total size of
all files on `remote:` excluding those in root directory `dir` and sub
directories.