mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 06:06:27 +08:00
docs: fix typo in filtering.md
Fix typo: moved misplaced double quotation mark.
This commit is contained in:
parent
46b3854330
commit
8817ee25ae
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user