From cffb6732a4da9d5a32757846cd2adc6872f34944 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:29:33 +0200 Subject: [PATCH] docs: fix incorrectly escaped windows path separators --- cmd/mountlib/mount.md | 2 +- docs/content/filelu.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: