mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
76d6e719d9
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
16 lines
476 B
Makefile
16 lines
476 B
Makefile
Long: netrc-file
|
|
Help: Specify FILE for netrc
|
|
Arg: <filename>
|
|
Added: 7.21.5
|
|
Mutexed: netrc
|
|
Category: curl
|
|
Example: --netrc-file netrc $URL
|
|
See-also: netrc user config
|
|
---
|
|
This option is similar to --netrc, except that you provide the path (absolute
|
|
or relative) to the netrc file that curl should use. You can only specify one
|
|
netrc file per invocation. If several --netrc-file options are provided,
|
|
the last one will be used.
|
|
|
|
It will abide by --netrc-optional if specified.
|