This commit is contained in:
Nick Craig-Wood 2015-09-28 22:51:33 +01:00
parent 57aad81b68
commit 938dd24cc9

View file

@ -80,7 +80,7 @@ Special characters can be escaped with a `\` before them.
### Differences between rsync and rclone patterns ###
Rclone implements bash style `{a,b,c}` glob matching which rclone doesn't.
Rclone implements bash style `{a,b,c}` glob matching which rsync doesn't.
Rclone ignores `/` at the end of a pattern.