diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-24 08:31:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-24 08:37:10 +0200 |
commit | 6881d2e767d76e4dffb655463fde3c8cb9d257fa (patch) | |
tree | f9cc647bdd2eaf933730447d711257c3bbabb70f /src/tool_help.c | |
parent | d71ac6711a4616a851d048cfa82102d1d9e25bdd (diff) | |
download | curl-bagder/output-dir.tar.gz |
curl: add --output-dirbagder/output-dir
Works with --create-dirs and with -J
Add test 3008, 3009, 3011, 3012 and 3013 to verify.
Closes #5637
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 0fc818d3c..29680d05a 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -284,6 +284,8 @@ static const struct helptxt helptext[] = { "OAuth 2 Bearer Token"}, {"-o, --output <file>", "Write to file instead of stdout"}, + {" --output-dir <dir>", + "Directory to save files in"}, {"-Z, --parallel", "Perform transfers in parallel"}, {" --parallel-immediate", |