From: Sean Hefty Date: Fri, 11 May 2012 17:41:02 +0000 (-0700) Subject: rstream: Clarify use of async test option X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7761e53b55e08d9424ae2f6cb6baecbe2a1db856;p=~shefty%2Flibrdmacm.git rstream: Clarify use of async test option Signed-off-by: Sean Hefty --- diff --git a/examples/rstream.c b/examples/rstream.c index a214b1a1..b73d59a2 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -554,7 +554,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");