mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
After Gmail called out the typo I fixed on
532d89a866, I've decided to paste the
whole man page into Google docs and check what other issues it would
spot.
I know, it sounds silly, but I've just spent the last hour and a half
going over each one of them and fixing everything which was a true
finding and non-controversial.
Closes #17480
626 B
626 B
| c | SPDX-License-Identifier | Long | Help | Category | Added | Multi | See-also | Example | ||
|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | remove-on-error | Remove output file on errors | output | 7.83.0 | boolean |
|
|
--remove-on-error
Remove the output file if an error occurs. If curl returns an error when told to 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.