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

View File

@@ -103,7 +103,7 @@ rclone lsd filelu:
Copy a specific file to the FileLu root:
```sh
rclone copy D:\\hello.txt filelu:
rclone copy D:\hello.txt filelu:
```
Copy files from a local directory to a FileLu directory:
@@ -121,7 +121,7 @@ rclone copy filelu:/file-path/hello.txt D:/local-folder
Move files from a local directory to a FileLu directory:
```sh
rclone move D:\\local-folder filelu:/remote-path/
rclone move D:\local-folder filelu:/remote-path/
```
Sync files from a local directory to a FileLu directory: