8000 rcat: remove --checksum flag from the docs as it is not usually effec… · devdevmac/rclone@d9d00a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9d00a7

Browse files
committed
rcat: remove --checksum flag from the docs as it is not usually effective
1 parent b82e66d commit d9d00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rcat/rcat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rclone rcat reads from standard input (stdin) and copies it to a
2222
single remote file.
2323
2424
echo "hello world" | rclone rcat remote:path/to/file
25-
ffmpeg - | rclone rcat --checksum remote:path/to/file
25+
ffmpeg - | rclone rcat remote:path/to/file
2626
2727
If the remote file already exists, it will be overwritten.
2828

0 commit comments

Comments
 (0)
0