From 2c594dd9965cd783267167784c3079a4c4f3d392 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 17 Nov 2016 17:30:49 +0000 Subject: [PATCH] acd: fix docs for --max-size --- docs/content/amazonclouddrive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/amazonclouddrive.md b/docs/content/amazonclouddrive.md index 091c0195d..fbabdd7f5 100644 --- a/docs/content/amazonclouddrive.md +++ b/docs/content/amazonclouddrive.md @@ -174,5 +174,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 50G` option to limit +failure. To avoid this problem, use `--max-size 50000M` option to limit the maximum size of uploaded files.