curl/docs/cmdline-opts/netrc-optional.d

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
373 B
D
Raw Normal View History

c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
2016-11-16 21:20:36 +08:00
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
Multi: boolean
2016-11-16 21:20:36 +08:00
---
Similar to --netrc, but this option makes the .netrc usage **optional**
2016-11-16 21:20:36 +08:00
and not mandatory as the --netrc option does.