forked from TrueCloudLab/rclone
rc docs: fix code section not rendering properly due to missing quotes
This commit is contained in:
parent
b4b59c53f1
commit
b63e9befe8
2 changed files with 5 additions and 0 deletions
|
@ -440,6 +440,7 @@ Returns the following values:
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### core/memstats: Returns the memory statistics {#core/memstats}
|
### core/memstats: Returns the memory statistics {#core/memstats}
|
||||||
|
|
||||||
|
@ -547,6 +548,7 @@ Returns the following values:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### core/version: Shows the current version of rclone and the go runtime. {#core/version}
|
### core/version: Shows the current version of rclone and the go runtime. {#core/version}
|
||||||
|
|
||||||
|
|
|
@ -156,6 +156,7 @@ Returns the following values:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
` + "```" + `
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -176,6 +177,7 @@ Returns the following values:
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
` + "```" + `
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -189,6 +191,7 @@ is provided.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
- group - name of the stats group (string)
|
- group - name of the stats group (string)
|
||||||
|
` + "```" + `
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue