projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb7b0c
)
tool_help: Use camel case for UNIX sockets feature output
author
Steve Holme
<steve_holme@hotmail.com>
Thu, 25 Dec 2014 17:35:03 +0000
(17:35 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Thu, 25 Dec 2014 17:35:03 +0000
(17:35 +0000)
In line with the other features listed in the --version output,
capitalise the UNIX socket feature.
src/tool_help.c
patch
|
blob
|
history
diff --git
a/src/tool_help.c
b/src/tool_help.c
index 3d16e0f335ccf8b03b249c19ceacb0e8bd69a189..e75020ae87eac69b12137f676ab9fbe35a16c2a4 100644
(file)
--- 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-s
ockets", CURL_VERSION_UNIX_SOCKETS},
+ {"
UNIX-S
ockets", CURL_VERSION_UNIX_SOCKETS},
};
void tool_help(void)