aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-16 08:34:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-16 08:34:18 +0000
commit534a8a05f3b781b1f4d8890a7b8415db4e159af1 (patch)
tree6f6af70340644091ad3145c17278b32d6ab79eaf /docs
parentf5b8a26d9ad360680686e6eb7d21538a2e0f8758 (diff)
mention --netrc in the -u description
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 394b693a1..3c077a0df 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -842,7 +842,8 @@ to read for untrained humans.
If this option is used several times, the last one will be used. (Added in
7.9.7)
.IP "-u/--user <user:password>"
-Specify user and password to use for server authentication.
+Specify user and password to use for server authentication. Overrides
+\fI-n/--netrc\fP and \fI--netrc-optional\fP.
If this option is used several times, the last one will be used.
.IP "-U/--proxy-user <user:password>"