mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
12 lines
447 B
Makefile
12 lines
447 B
Makefile
Long: remote-name-all
|
|
Help: Use the remote file name for all URLs
|
|
Added: 7.19.0
|
|
Category: output
|
|
Example: --remote-name-all ftp://example.com/file1 ftp://example.com/file2
|
|
See-also: remote-name
|
|
---
|
|
This option changes the default action for all given URLs to be dealt with as
|
|
if --remote-name were used for each one. So if you want to disable that for a
|
|
specific URL after --remote-name-all has been used, you must use "-o -" or
|
|
--no-remote-name.
|