]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
remote-name.d: mention --output-dir
authorDaniel Stenberg <daniel@haxx.se>
Tue, 31 May 2022 22:33:17 +0000 (00:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jun 2022 06:11:16 +0000 (08:11 +0200)
plus add two see-alsos

Closes #8945

docs/cmdline-opts/remote-name.d

index c149c185c6a10460ac4c68115fdf3fca352cfa3b..030572503fadce1b49513ee29dd09c239d9e3a00 100644 (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