docs: for --max-delete

This commit is contained in:
Nick Craig-Wood 2018-02-12 10:48:12 +00:00
parent ab8c0a81fa
commit 771fbbe314

View File

@ -501,6 +501,12 @@ to reduce the value so rclone moves on to a high level retry (see the
Disable low level retries with `--low-level-retries 1`.
### --max-delete=N ###
This tells rclone not to delete more than N files. If that limit is
exceeded then a fatal error will be generated and rclone will stop the
operation in progress.
### --max-depth=N ###
This modifies the recursion depth for all the commands except purge.