diff --git a/README.md b/README.md index 22687d4..ce952ef 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ All tests support the same set of arguments : * `-c,--check ` perform count iterations, checking correctness of results on each iteration. This can be quite slow on large numbers of GPUs. Default : 1. * `-z,--blocking <0/1>` Make NCCL collective blocking, i.e. have CPUs wait and sync after each collective. Default : 0. * `-G,--cudagraph ` Capture iterations as a CUDA graph and then replay specified number of times. Default : 0. - * `-C,--report_cputime <0/1>]` Report CPU time instead of latency. Default : 0. - * `-R,--local_register <0/1/2> enable local (1) or symmetric (2) buffer registration on send/recv buffers. Default : 0. + * `-C,--report_cputime <0/1>` Report CPU time instead of latency. Default : 0. + * `-R,--local_register <0/1/2>` enable local (1) or symmetric (2) buffer registration on send/recv buffers. Default : 0. * `-T,--timeout