1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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` * `--dump-filters`
See the [filtering section](/filtering/). 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.