From: Sean Hefty Date: Fri, 11 May 2012 17:41:32 +0000 (-0700) Subject: Refresh of rstream-async-opt X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f54ba5f01d6aef8bbffc5d54b4b53637403a2e56;p=~shefty%2Flibrdmacm.git Refresh of rstream-async-opt --- diff --git a/examples/rstream.c b/examples/rstream.c index a52a262c..b089c2a8 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");