mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
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:
parent
ffbcde0022
commit
0169b80e5c
5 changed files with 56 additions and 2 deletions
|
|
@ -28,4 +28,5 @@ transfer. It then uses the given output/input files to figure that out.
|
|||
This command line option is mutually exclusive with --range: you can only use
|
||||
one of them for a single transfer.
|
||||
|
||||
The --no-clobber option cannot be used together with --continue-at.
|
||||
The --no-clobber and --remove-on-error options cannot be used together with
|
||||
--continue-at.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue