From d9d00a7dd7d924f3cf13a6f0336d38848f0a558f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 14 Jun 2018 11:29:53 +0100 Subject: [PATCH] rcat: remove --checksum flag from the docs as it is not usually effective --- cmd/rcat/rcat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rcat/rcat.go b/cmd/rcat/rcat.go index 7dfa449b4..f87452c51 100644 --- a/cmd/rcat/rcat.go +++ b/cmd/rcat/rcat.go @@ -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.