From c6b2bc6db8725a88c85daab4aed62dda29c18817 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 Jun 2022 00:33:17 +0200 Subject: [PATCH] remote-name.d: mention --output-dir plus add two see-alsos Closes #8945 --- docs/cmdline-opts/remote-name.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/remote-name.d b/docs/cmdline-opts/remote-name.d index c149c185c6..030572503f 100644 --- a/docs/cmdline-opts/remote-name.d +++ b/docs/cmdline-opts/remote-name.d @@ -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 -- 2.47.3