rc: fix docs for sync/{sync,copy,move} and operations/{copy,move}file
This commit is contained in:
parent
eb41253764
commit
01fcad9b9c
2 changed files with 0 additions and 5 deletions
|
@ -116,9 +116,6 @@ func init() {
|
||||||
- srcRemote - a path within that remote eg "file.txt" for the source
|
- srcRemote - a path within that remote eg "file.txt" for the source
|
||||||
- dstFs - a remote name string eg "drive2:" for the destination
|
- dstFs - a remote name string eg "drive2:" for the destination
|
||||||
- dstRemote - a path within that remote eg "file2.txt" for the destination
|
- dstRemote - a path within that remote eg "file2.txt" for the destination
|
||||||
|
|
||||||
This returns
|
|
||||||
- jobid - ID of async job to query with job/status
|
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,6 @@ func init() {
|
||||||
- srcFs - a remote name string eg "drive:src" for the source
|
- srcFs - a remote name string eg "drive:src" for the source
|
||||||
- dstFs - a remote name string eg "drive:dst" for the destination
|
- dstFs - a remote name string eg "drive:dst" for the destination
|
||||||
` + moveHelp + `
|
` + moveHelp + `
|
||||||
This returns
|
|
||||||
- jobid - ID of async job to query with job/status
|
|
||||||
|
|
||||||
See the [` + name + ` command](/commands/rclone_` + name + `/) command for more information on the above.`,
|
See the [` + name + ` command](/commands/rclone_` + name + `/) command for more information on the above.`,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue