mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +03:00
curl: --continue-at is mutually exclusive with --no-clobber
Test 481 verifies Fixes #15645 Reported-by: Harry Sintonen Closes #15668
This commit is contained in:
parent
26ee83ab67
commit
ffbcde0022
5 changed files with 60 additions and 1 deletions
|
|
@ -24,3 +24,5 @@ create any file.
|
|||
Note that this is the negated option name documented. You can thus use
|
||||
--clobber to enforce the clobbering, even if --remote-header-name is
|
||||
specified.
|
||||
|
||||
The --continue-at option cannot be used together with --no-clobber.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue