From e84d2c9e5f0d2f587dcda81b3f1415c15c9cbd22 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 24 Mar 2023 12:43:45 +0000 Subject: [PATCH] docs: add info about # of parallel checks for rclone check/cryptcheck The original commit 7dbf1ab66f4ff45f put the changes in the auto generated docs - this fixes that. --- cmd/check/check.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/check/check.go b/cmd/check/check.go index 6337f6834..8251d8e47 100644 --- a/cmd/check/check.go +++ b/cmd/check/check.go @@ -72,6 +72,9 @@ you what happened to it. These are reminiscent of diff files. - |+ path| means path was missing on the destination, so only in the source - |* path| means path was present in source and destination but different. - |! path| means there was an error reading or hashing the source or dest. + +The default number of parallel checks is 8. See the [--checkers=N](/docs/#checkers-n) +option for more information. `, "|", "`") // GetCheckOpt gets the options corresponding to the check flags