stderr.d 422 B

123456789101112131415
  1. Long: stderr
  2. Arg: <file>
  3. Help: Where to redirect stderr
  4. See-also: verbose silent
  5. Category: verbose
  6. Example: --stderr output.txt $URL
  7. Added: 6.2
  8. ---
  9. Redirect all writes to stderr to the specified file instead. If the file name
  10. is a plain '-', it is instead written to stdout.
  11. This option is global and does not need to be specified for each use of
  12. --next.
  13. If this option is used several times, the last one will be used.