mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:47:17 +03:00
tool_help: Use camel case for UNIX sockets feature output
In line with the other features listed in the --version output, capitalise the UNIX socket feature.
This commit is contained in:
parent
6cb7b0c0ac
commit
6dd9c3909c
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ static const struct feat feats[] = {
|
|||
{"CharConv", CURL_VERSION_CONV},
|
||||
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},
|
||||
{"HTTP2", CURL_VERSION_HTTP2},
|
||||
{"unix-sockets", CURL_VERSION_UNIX_SOCKETS},
|
||||
{"UNIX-Sockets", CURL_VERSION_UNIX_SOCKETS},
|
||||
};
|
||||
|
||||
void tool_help(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue