mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
92efb3db7e
"Very" should be avoided in most texts. If intensifiers are needed, try find better words instead. Closes #7936
11 lines
269 B
Makefile
11 lines
269 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
|
|
---
|
|
Similar to --netrc, but this option makes the .netrc usage **optional**
|
|
and not mandatory as the --netrc option does.
|