docs: add info about # of parallel checks for rclone check/cryptcheck

The original commit 7dbf1ab66f put the changes in the auto
generated docs - this fixes that.
This commit is contained in:
Nick Craig-Wood 2023-03-24 12:43:45 +00:00
parent e98b61ceeb
commit e84d2c9e5f
1 changed files with 3 additions and 0 deletions

View File

@ -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