Skip to content

Commit dd7f454

Browse files
doc: correct formatting of example definitions for --test-shard
PR-URL: #58571 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 641653b commit dd7f454

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,8 +2578,9 @@ added:
25782578

25792579
Test suite shard to execute in a format of `<index>/<total>`, where
25802580

2581-
`index` is a positive integer, index of divided parts
2582-
`total` is a positive integer, total of divided part
2581+
* `index` is a positive integer, index of divided parts.
2582+
* `total` is a positive integer, total of divided part.
2583+
25832584
This command will divide all tests files into `total` equal parts,
25842585
and will run only those that happen to be in an `index` part.
25852586

0 commit comments

Comments
 (0)