Document rclone return codes - fixes #308

This commit is contained in:
Nick Craig-Wood 2016-01-31 16:15:25 +00:00
parent 558bc2e132
commit 13edf62824

View File

@ -459,3 +459,11 @@ For the filtering options
* `--dump-filters`
See the [filtering section](/filtering/).
Exit Code
---------
If any errors occurred during the command, rclone will set a non zero
exit code. This allows scripts to detect when rclone operations have
failed.