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",
|
"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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user