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