xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: netrc-optional | ||||
4 | Help: Use either .netrc or URL | ||||
5 | Mutexed: netrc | ||||
6 | See-also: netrc-file | ||||
7 | Category: curl | ||||
8 | Example: --netrc-optional $URL | ||||
9 | Added: 7.9.8 | ||||
10 | Multi: boolean | ||||
11 | --- | ||||
12 | Similar to --netrc, but this option makes the .netrc usage **optional** | ||||
13 | and not mandatory as the --netrc option does. |