diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 20:45:21 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-26 21:42:44 +0000 |
commit | 1abe65d928440b3b23d25746b966dd4169c358b9 (patch) | |
tree | a486ff20aee5dda2a65401d4e6da76852fedf354 /src/tool_help.c | |
parent | b7f740f2fc6c9b5e96ccbc013aeaae4093a9f1ed (diff) |
code/docs: Use Unix rather than UNIX to avoid use of the trademark
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index e75020ae8..424a2fa9c 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -231,7 +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", + " --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", @@ -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}, + {"UnixSockets", CURL_VERSION_UNIX_SOCKETS}, }; void tool_help(void) |