xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [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. |