From a0dacf493073c3b2d5b55176793c2f9a4ed8f1cb Mon Sep 17 00:00:00 2001 From: Eric Wolf <19wolf@gmail.com> Date: Tue, 7 May 2024 08:18:05 +0100 Subject: [PATCH] docs: exit code 9 requires --error-on-no-transfer Updated exit code 9 definition to include that it requires the use of the "--error-on-no-transfer" flag with a link to that section. --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 3e3005538..c383804dd 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -2781,7 +2781,7 @@ it will log a high priority message if the retry was successful. * `6` - Less serious errors (like 461 errors from dropbox) (NoRetry errors) * `7` - Fatal error (one that more retries won't fix, like account suspended) (Fatal errors) * `8` - Transfer exceeded - limit set by --max-transfer reached - * `9` - Operation successful, but no files transferred + * `9` - Operation successful, but no files transferred (Requires [`--error-on-no-transfer`](#error-on-no-transfer)) * `10` - Duration exceeded - limit set by --max-duration reached Environment Variables