Skip to content

Commit 8bdc58f

Browse files
Add -? option to Help in dotnet test (#45141)
1 parent 6677065 commit 8bdc58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest.
527527
The short form `-p` can be used for `--property`. The same applies for `/property:property=value` and its short form is `/p`.
528528
More informatiom about the available arguments can be found in [the dotnet msbuild documentation](dotnet-msbuild.md).
529529

530-
- **`-h|--help`**
530+
- **`-?|-h|--help`**
531531

532-
Prints out a description of how to use the command. The options are dynamic and might differ from one test application to another, as they are based on the registered extensions in the test project.
532+
Prints out a description of how to use the command. Some options are static while others, namely platform and extension options, are dynamic. These dynamic options might differ from one test application to another, as they are based on the registered extensions in the test project.
533533

534534
- **`args`**
535535

0 commit comments

Comments
 (0)