docs: fix incorrectly escaped windows path separators

This commit is contained in:
albertony
2025-08-26 14:29:33 +02:00
parent fa2bbd705c
commit f288920696
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ backward. Examples:
```sh
rclone @ remote:path/to/files *
rclone @ remote:path/to/files X:
rclone @ remote:path/to/files C:\\path\\parent\\mount
rclone @ remote:path/to/files C:\path\parent\mount
rclone @ remote:path/to/files X:
```