From cfbf79bf203d5a57d7295943beeec0f24c5afae6 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:52:10 -0400 Subject: [PATCH] doc: correct formatting of example definitions for `--test-shard` --- doc/api/cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 722c027cdd8753..d911cb71e25eab 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2578,8 +2578,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.