Fix \ vs / confusion

This commit is contained in:
Nick Craig-Wood 2016-10-04 13:39:29 +01:00
parent 4dae5ee264
commit a4714e5b75

View file

@ -97,13 +97,13 @@ Rclone keeps track of directories that could match any file patterns.
Eg if you add the include rule Eg if you add the include rule
\a\*.jpg /a/*.jpg
Rclone will synthesize the directory include rule Rclone will synthesize the directory include rule
\a\ /a/
If you put any rules which end in `\` then it will only match If you put any rules which end in `/` then it will only match
directories. directories.
Directory matches are **only** used to optimise directory access Directory matches are **only** used to optimise directory access