1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

docs: fix incorrect json syntax in sample output

This commit is contained in:
albertony
2025-07-10 22:08:25 +02:00
parent b259241c07
commit d84ea2ec52

View File

@@ -546,8 +546,8 @@ And this is equivalent to `/tmp/dir`
``` ```
{ {
type = "local", "type": "local",
_root = "/tmp/dir" "_root": "/tmp/dir"
} }
``` ```
@@ -2359,8 +2359,8 @@ e.g.
"fs": "/tmp", "fs": "/tmp",
"remote": 3 "remote": 3
}, },
"status": 400 "status": 400,
"path": "operations/rmdir", "path": "operations/rmdir"
} }
``` ```