diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-12-03 02:35:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-12-04 02:52:19 +0100 |
commit | 7853c1cfe6fc7828afbb812791a383781aca3be3 (patch) | |
tree | 1bc66dec64a3cc87849436b0ed293d50ab3724fd | |
parent | c8644d1f638fdd8f4bf34fe64e910ba704fb26c0 (diff) |
curl.1: added --unix-socket
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 3d238e0e1..1f5389a6b 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1662,6 +1662,9 @@ If this option is used several times, the last one will be used. .IP "--trace-time" Prepends a time stamp to each trace or verbose line that curl displays. (Added in 7.14.0) +.IP "--unix-socket <path>" +(HTTP) Connect through this UNIX domain socket, instead of using the +network. (Added in 7.40.0) .IP "-u, --user <user:password>" Specify the user name and password to use for server authentication. Overrides \fI-n, --netrc\fP and \fI--netrc-optional\fP. |