From 7cf6fe220948641e28c1d7e00cf458427b556c69 Mon Sep 17 00:00:00 2001 From: xor-zz Date: Sat, 1 Oct 2016 00:18:40 -0700 Subject: [PATCH] acd: Fix docs for --max-size option suggestion --- 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 077637b06..584e39399 100644 --- a/docs/content/amazonclouddrive.md +++ b/docs/content/amazonclouddrive.md @@ -154,5 +154,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=50GB` option to limit +failure. To avoid this problem, use `--max-size 50G` option to limit the maximum size of uploaded files.