]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
rstream: Clarify use of async test option
authorSean Hefty <sean.hefty@intel.com>
Fri, 11 May 2012 17:41:02 +0000 (10:41 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 May 2012 23:00:37 +0000 (16:00 -0700)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rstream.c

index a214b1a1b97005346675cb09481e4604ca26f2e6..b73d59a2fe3849b7155e34e096b29b8a637a30f6 100644 (file)
@@ -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");