stderr.d 392 B

1234567891011121314
  1. c: Copyright (C) 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. Scope: global
  12. ---
  13. Redirect all writes to stderr to the specified file instead. If the file name
  14. is a plain '-', it is instead written to stdout.