diff --git a/perf-regression/margo-p2p-bw.c b/perf-regression/margo-p2p-bw.c index 6bb0e81ea8dd12c98768077be50296adde0e1ebb..a7b7608a8953f46c71dbb64311d1713cc77469ca 100644 --- a/perf-regression/margo-p2p-bw.c +++ b/perf-regression/margo-p2p-bw.c @@ -405,7 +405,8 @@ static void usage(void) "\t-n - na transport\n" "\t[-c concurrency] - number of concurrent operations to issue with ULTs\n" "\t[-T -n \n" "\t-i - number of RPC iterations\n" "\t-n - na transport\n" - "\t[-d filename] - enable diagnostics output \n" + "\t[-d filename] - enable diagnostics output\n" + "\t[-t client_progress_timeout,server_progress_timeout] # use \"-t 0,0\" to busy spin\n" "\t\texample: mpiexec -n 2 ./margo-p2p-latency -i 10000 -n verbs://\n" "\t\t(must be run with exactly 2 processes\n");