summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-25 17:35:03 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-25 17:35:03 +0000
commit6dd9c3909c674fc476673ca9af353f33e4b9daf1 (patch)
treee07a93f16ddd546c4dfc8270bba2d70c4c92ea59
parent6cb7b0c0acdfc49e289fedfb3d1c29103f47a2e6 (diff)
downloadgnurl-6dd9c3909c674fc476673ca9af353f33e4b9daf1.tar.gz
gnurl-6dd9c3909c674fc476673ca9af353f33e4b9daf1.tar.bz2
gnurl-6dd9c3909c674fc476673ca9af353f33e4b9daf1.zip
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.
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 3d16e0f33..e75020ae8 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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)