acd docs: clarify --max-size only ignoring files (not splitting)

This commit is contained in:
0xJAKE 2016-11-27 12:18:47 -06:00 committed by Nick Craig-Wood
parent 8aae166a5b
commit 36d411c25d

View file

@ -175,4 +175,5 @@ This means that larger files are likely to fail.
Unfortunatly there is no way for rclone to see that this failure is
because of file size, so it will retry the operation, as any other
failure. To avoid this problem, use `--max-size 50000M` option to limit
the maximum size of uploaded files.
the maximum size of uploaded files. Note that `--max-size` does not split
files into segments, it only ignores files over this size.