mirror of
https://github.com/curl/curl.git
synced 2026-04-24 01:52:12 +03: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
10 lines
274 B
Makefile
10 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.
|