aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-21 22:20:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-21 22:20:16 +0000
commit51fcee6f811c46c55cefebb726e6c4dee7dedd13 (patch)
tree8a2ee6fb42e76ae16fa291d85571ef0c4da046cf /docs/MANUAL
parent654be655904e095d84bcbd6a0ca353fc4ee8e4fe (diff)
James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions
Diffstat (limited to 'docs/MANUAL')
-rw-r--r--docs/MANUAL6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index b58c4fb86..e496f0243 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -716,9 +716,9 @@ NETRC
passwords, so therefor most unix programs won't read this file unless it is
only readable by yourself (curl doesn't care though).
- Curl supports .netrc files if told so (using the -n/--netrc option). This is
- not restricted to only ftp, but curl can use it for all protocols where
- authentication is used.
+ Curl supports .netrc files if told so (using the -n/--netrc and
+ --netrc-optional options). This is not restricted to only ftp,
+ but curl can use it for all protocols where authentication is used.
A very simple .netrc file could look something like: