diff --git a/docs/content/docs.md b/docs/content/docs.md index 755015a12..1e85beefc 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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. +