rc: autogenerate and tidy the docs and commands
* Rename rc/pid -> core/pid * Sort the output of `rc list` * Make a script to autogenerate the docs * Tidy docs
This commit is contained in:
parent
21a10e58c9
commit
9ab2521ef2
7 changed files with 90 additions and 35 deletions
5
backend/cache/cache.go
vendored
5
backend/cache/cache.go
vendored
|
@ -429,6 +429,11 @@ Purge a remote from the cache backend. Supports either a directory or a file.
|
|||
Params:
|
||||
- remote = path to remote (required)
|
||||
- withData = true/false to delete cached data (chunks) as well (optional)
|
||||
|
||||
Eg
|
||||
|
||||
rclone rc cache/expire remote=path/to/sub/folder/
|
||||
rclone rc cache/expire remote=/ withData=true
|
||||
`,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue