diff --git a/doc/api/cli.md b/doc/api/cli.md index 4fcdb60948a..066c8e6ab6e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2534,8 +2534,9 @@ added: Test suite shard to execute in a format of `/`, where -`index` is a positive integer, index of divided parts -`total` is a positive integer, total of divided part +* `index` is a positive integer, index of divided parts. +* `total` is a positive integer, total of divided part. + This command will divide all tests files into `total` equal parts, and will run only those that happen to be in an `index` part.