forked from TrueCloudLab/rclone
rc: sync,copy,move: document createEmptySrcDirs parameter - fixes #4489
This commit is contained in:
parent
8897377a54
commit
f1147fe1dd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ func init() {
|
|||
|
||||
- srcFs - a remote name string e.g. "drive:src" for the source
|
||||
- dstFs - a remote name string e.g. "drive:dst" for the destination
|
||||
- createEmptySrcDirs - create empty src directories on destination if set
|
||||
` + moveHelp + `
|
||||
|
||||
See the [` + name + ` command](/commands/rclone_` + name + `/) command for more information on the above.`,
|
||||
|
|
Loading…
Reference in a new issue