1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +00:00

rc: fix docs for sync/{sync,copy,move} and operations/{copy,move}file

This commit is contained in:
Nick Craig-Wood
2018-11-29 10:57:36 +00:00
parent eb41253764
commit 01fcad9b9c
2 changed files with 0 additions and 5 deletions

View File

@@ -116,9 +116,6 @@ func init() {
- srcRemote - a path within that remote eg "file.txt" for the source
- dstFs - a remote name string eg "drive2:" 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
`,
})
}