xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: stderr |
| 4 | Arg: <file> |
| 5 | Help: Where to redirect stderr |
| 6 | See-also: verbose silent |
| 7 | Category: verbose |
| 8 | Example: --stderr output.txt $URL |
| 9 | Added: 6.2 |
| 10 | Multi: single |
| 11 | --- |
| 12 | Redirect all writes to stderr to the specified file instead. If the file name |
| 13 | is a plain '-', it is instead written to stdout. |
| 14 | |
| 15 | This option is global and does not need to be specified for each use of |
| 16 | --next. |