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:
@@ -546,8 +546,8 @@ And this is equivalent to `/tmp/dir`
|
||||
|
||||
```
|
||||
{
|
||||
type = "local",
|
||||
_root = "/tmp/dir"
|
||||
"type": "local",
|
||||
"_root": "/tmp/dir"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -2359,8 +2359,8 @@ e.g.
|
||||
"fs": "/tmp",
|
||||
"remote": 3
|
||||
},
|
||||
"status": 400
|
||||
"path": "operations/rmdir",
|
||||
"status": 400,
|
||||
"path": "operations/rmdir"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user