diff --git a/docs/core/diagnostics/dotnet-dump.md b/docs/core/diagnostics/dotnet-dump.md index b5e6f416fe2b7..c833556973e73 100644 --- a/docs/core/diagnostics/dotnet-dump.md +++ b/docs/core/diagnostics/dotnet-dump.md @@ -142,7 +142,7 @@ dotnet-dump analyze [-h|--help] [-c|--command] - **`-c|--command `** - Specifies the [command](#analyze-sos-commands) to run in the shell on start. + Runs the [command](#analyze-sos-commands) on start. Multiple instances of this parameter can be used in an invocation to chain commands. Commands will get run in the order that they are provided on the command line. If you want dotnet dump to exit after the commands, your last command should be 'exit'. ### Analyze SOS commands