mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
rcat: remove --checksum flag from the docs as it is not usually effective
This commit is contained in:
parent
b82e66daaa
commit
d9d00a7dd7
|
@ -22,7 +22,7 @@ rclone rcat reads from standard input (stdin) and copies it to a
|
|||
single remote file.
|
||||
|
||||
echo "hello world" | rclone rcat remote:path/to/file
|
||||
ffmpeg - | rclone rcat --checksum remote:path/to/file
|
||||
ffmpeg - | rclone rcat remote:path/to/file
|
||||
|
||||
If the remote file already exists, it will be overwritten.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user