From a02e9323c91ea27cdba82409bff90aa157c6999c Mon Sep 17 00:00:00 2001 From: Bartosz Klonowski Date: Fri, 4 Jul 2025 00:35:27 +0200 Subject: [PATCH] Correct the typo of list instead of dry-run --- docs/core/additional-tools/uninstall-tool-cli-dry-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/additional-tools/uninstall-tool-cli-dry-run.md b/docs/core/additional-tools/uninstall-tool-cli-dry-run.md index 83224da560b04..6fc6fb56a85d8 100644 --- a/docs/core/additional-tools/uninstall-tool-cli-dry-run.md +++ b/docs/core/additional-tools/uninstall-tool-cli-dry-run.md @@ -49,7 +49,7 @@ dotnet-core-uninstall dry-run -h|--help|-? ## Description -The `dotnet-core-uninstall list` command simulates .NET SDK and runtime removal. A status output is provided for each .NET SDK and runtime that would have been removed by the tool. +The `dotnet-core-uninstall dry-run` command simulates .NET SDK and runtime removal. A status output is provided for each .NET SDK and runtime that would have been removed by the tool. ### Arguments