mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
11 lines
274 B
Makefile
11 lines
274 B
Makefile
Long: netrc-optional
|
|
Help: Use either .netrc or URL
|
|
Mutexed: netrc
|
|
See-also: netrc-file
|
|
Category: curl
|
|
Example: --netrc-optional $URL
|
|
Added: 7.9.8
|
|
---
|
|
Very similar to --netrc, but this option makes the .netrc usage **optional**
|
|
and not mandatory as the --netrc option does.
|