mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
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:
parent
e98b61ceeb
commit
e84d2c9e5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user