curl: --continue-at is mutually exclusive with --remove-on-error

Test 482 verifies

Fixes #15645
Reported-by: Harry Sintonen
Closes #15668
This commit is contained in:
Daniel Stenberg 2024-12-02 14:12:29 +01:00
parent ffbcde0022
commit 0169b80e5c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 56 additions and 2 deletions

View file

@ -19,3 +19,5 @@ save output in a local file. This prevents curl from leaving a partial file in
the case of an error during transfer.
If the output is not a regular file, this option has no effect.
The --continue-at option cannot be used together with --remove-on-error.