mirror of
https://github.com/curl/curl.git
synced 2026-08-04 12:16:13 +03:00
tool: add --unix-socket option
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
parent
970c22f970
commit
c8644d1f63
5 changed files with 11 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ static const char *const helptext[] = {
|
|||
" --tlsuser USER TLS username",
|
||||
" --tlspassword STRING TLS password",
|
||||
" --tlsauthtype STRING TLS authentication type (default: SRP)",
|
||||
" --unix-socket FILE Connect through this UNIX domain socket",
|
||||
" -A, --user-agent STRING Send User-Agent STRING to server (H)",
|
||||
" -v, --verbose Make the operation more talkative",
|
||||
" -V, --version Show version number and quit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue