Skip to content

Commit 261a05e

Browse files
committed
refactor: use colons for examples
1 parent 10b682e commit 261a05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messages/commonFlags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Apex tests to run when --test-level is RunSpecifiedTests.
1313
If a test name contains a space, enclose it in double quotes.
1414
For multiple test names, use one of the following formats:
1515

16-
- Repeat the flag for multiple test names. --tests Test1 --tests Test2 --tests "Test With Space"
17-
- Separate the test names with spaces --tests Test1 Test2 "Test With Space"
16+
- Repeat the flag for multiple test names: --tests Test1 --tests Test2 --tests "Test With Space"
17+
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
1818

1919
# flags.coverage-formatters.summary
2020

0 commit comments

Comments
 (0)