remote-name.d: mention --output-dir

plus add two see-alsos

Closes #8945
This commit is contained in:
Daniel Stenberg 2022-06-01 00:33:17 +02:00
parent fde966b69f
commit c6b2bc6db8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -4,14 +4,14 @@ Help: Write output to a file named as the remote file
Category: important output
Example: -O https://example.com/filename
Added: 4.0
See-also: remote-name-all
See-also: remote-name-all output-dir remote-header-name
---
Write output to a local file named like the remote file we get. (Only the file
part of the remote file is used, the path is cut off.)
The file will be saved in the current working directory. If you want the file
saved in a different directory, make sure you change the current working
directory before invoking curl with this option.
directory before invoking curl with this option or use --output-dir.
The remote file name to use for saving is extracted from the given URL,
nothing else, and if it already exists it will be overwritten. If you want the