aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/output-dir.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/output-dir.d')
-rw-r--r--docs/cmdline-opts/output-dir.d19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/cmdline-opts/output-dir.d b/docs/cmdline-opts/output-dir.d
deleted file mode 100644
index 803b2948b..000000000
--- a/docs/cmdline-opts/output-dir.d
+++ /dev/null
@@ -1,19 +0,0 @@
-c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-SPDX-License-Identifier: curl
-Long: output-dir
-Arg: <dir>
-Help: Directory to save files in
-Added: 7.73.0
-See-also: remote-name remote-header-name
-Category: curl
-Example: --output-dir "tmp" -O $URL
-Multi: single
----
-This option specifies the directory in which files should be stored, when
---remote-name or --output are used.
-
-The given output directory is used for all URLs and output options on the
-command line, up until the first --next.
-
-If the specified target directory does not exist, the operation fails unless
---create-dirs is also used.