rcat: remove --checksum flag from the docs as it is not usually effective

This commit is contained in:
Nick Craig-Wood 2018-06-14 11:29:53 +01:00
parent b82e66daaa
commit d9d00a7dd7
1 changed files with 1 additions and 1 deletions

View File

@ -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.