diff --git a/docs/core/diagnostics/dotnet-trace.md b/docs/core/diagnostics/dotnet-trace.md index 83b8ed717dcc7..d4678e0bbc630 100644 --- a/docs/core/diagnostics/dotnet-trace.md +++ b/docs/core/diagnostics/dotnet-trace.md @@ -70,7 +70,7 @@ The `dotnet-trace` tool: ## dotnet-trace collect -Collects a diagnostic trace from a running process or launches a child process and traces it (.NET 5+ only). To have the tool run a child process and trace it from its startup, append `--` to the collect command. +Collects a diagnostic trace from a running process or launches a child process and traces it (.NET 5 or later). To have the tool run a child process and trace it from its startup, append `--` to the collect command. ### Synopsis @@ -182,7 +182,7 @@ dotnet-trace collect [--buffersize ] [--clreventlevel ] [-- To learn more about some of the well-known providers in .NET, refer to [Well-known Event Providers](./well-known-event-providers.md). -- **`-- ` (for target applications running .NET 5 only)** +- **`-- ` (for target applications running .NET 5 or later)** After the collection configuration parameters, the user can append `--` followed by a command to start a .NET application with at least a 5.0 runtime. This may be helpful when diagnosing issues that happen early in the process, such as startup performance issue or assembly loader and binder errors.