dbxcli
dbxcli copied to clipboard
restore command <file> is the target, where to restore the file
If I understand it correctly, the <file> argument of the restore command (source) is the target, where the file will be restored to, and not the file itself which is restored, right?
From the API documentation: https://www.dropbox.com/developers/documentation/http/documentation#files-restore
The path to save the restored file.
I suggest to clarify this in the command's --help output.
Thanks @bekoeppel , feel free to submit a PR!