diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-16 08:34:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-16 08:34:18 +0000 |
commit | 534a8a05f3b781b1f4d8890a7b8415db4e159af1 (patch) | |
tree | 6f6af70340644091ad3145c17278b32d6ab79eaf | |
parent | f5b8a26d9ad360680686e6eb7d21538a2e0f8758 (diff) |
mention --netrc in the -u description
-rw-r--r-- | docs/curl.1 | 3 |
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>" |