diff --git a/cmd/mountlib/mount.md b/cmd/mountlib/mount.md index 081485075..789adb30b 100644 --- a/cmd/mountlib/mount.md +++ b/cmd/mountlib/mount.md @@ -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: ``` diff --git a/docs/content/filelu.md b/docs/content/filelu.md index f88c3aaa1..546b68420 100644 --- a/docs/content/filelu.md +++ b/docs/content/filelu.md @@ -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: