From ee7b85ce78ea580b75cbac0aa7b7d2f9363ef65e Mon Sep 17 00:00:00 2001 From: Bartosz Klonowski Date: Sat, 23 Sep 2023 21:28:28 +0200 Subject: [PATCH] Update the dotnet-dump -c description according to dotnet/diagnostics --- docs/core/diagnostics/dotnet-dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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