summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-03-22 13:46:34 +0100
committerJens Geyer <jensg@apache.org>2020-03-22 15:30:27 +0100
commit4a33b188f44ce097e25ca56ebd48026b41effd6a (patch)
treefefc19cf2460bf72709faf988bc186f5bb93a0de /test/README.md
parent24ab31fc5738532b082c7b0638bfcd2a7a26d7c5 (diff)
downloadthrift-4a33b188f44ce097e25ca56ebd48026b41effd6a.tar.gz
THRIFT-5145 Streamline --pipe and --named-pipe options in the code base
Client: Test suite Patch: Jens Geyer This closes #2065
Diffstat (limited to 'test/README.md')
-rwxr-xr-xtest/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md
index d5d1b9250..5f6be15fd 100755
--- a/test/README.md
+++ b/test/README.md
@@ -126,7 +126,7 @@ line interface:
-h | --help produce help message
--port=arg (9090) Port number to listen
--domain-socket=arg Unix Domain Socket (e.g. /tmp/ThriftTest.thrift)
- --named-pipe=arg Windows Named Pipe (e.g. MyThriftPipe)
+ --pipe=arg Windows Named Pipe (e.g. MyThriftPipe)
--server-type=arg (simple) type of server, "simple", "thread-pool",
"threaded", or "nonblocking"
--transport=arg (buffered) transport: buffered, framed, http, anonpipe, zlib
@@ -149,7 +149,7 @@ line interface:
--port=arg (9090) Port number to connect
--domain-socket=arg Domain Socket (e.g. /tmp/ThriftTest.thrift),
instead of host and port
- --named-pipe=arg Windows Named Pipe (e.g. MyThriftPipe)
+ --pipe=arg Windows Named Pipe (e.g. MyThriftPipe)
--anon-pipes hRead hWrite Windows Anonymous Pipes pair (handles)
--abstract-namespace Create the domain socket in the Abstract Namespace
(no connection with filesystem pathnames)