mirror of https://github.com/rclone/rclone.git
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
|
E.g. `rclone ls remote: --exclude *.bak` excludes all .bak files
|
||||||
from listing.
|
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
|
all files on `remote:` excluding those in root directory `dir` and sub
|
||||||
directories.
|
directories.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue