From 8817ee25ae245b15497bc08e48f57acca5d8530a Mon Sep 17 00:00:00 2001 From: jakzoe <155812065+jakzoe@users.noreply.github.com> Date: Tue, 9 Apr 2024 06:16:59 -0400 Subject: [PATCH] docs: fix typo in filtering.md Fix typo: moved misplaced double quotation mark. --- docs/content/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 6c9fc8c27..db16cf7cc 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -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.