From 0ee1dfc9ad50f07fd3708ebb04cb92e0fb2f41d5 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 11 May 2012 10:41:02 -0700 Subject: [PATCH] rstream: Clarify use of async test option Signed-off-by: Sean Hefty --- examples/rstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rstream.c b/examples/rstream.c index 7f39b292..decb2041 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -561,7 +561,7 @@ int main(int argc, char **argv) printf("\t[-p port_number]\n"); printf("\t[-T test_option]\n"); printf("\t s|sockets - use standard tcp/ip sockets\n"); - printf("\t a|async - asynchronous operation\n"); + printf("\t a|async - asynchronous operation (use poll)\n"); printf("\t b|blocking - use blocking calls\n"); printf("\t n|nonblocking - use nonblocking calls\n"); printf("\t v|verify - verify data\n"); -- 2.46.0