Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
hoyosjs authored Mar 7, 2025
commit ef344f84fdc98382e836a5fd59120fb6dd202ffc
2 changes: 1 addition & 1 deletion src/Tools/dotnet-dump/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static Command CollectCommand()
private static readonly Option<string> DiagnosticPortOption =
new("--diagnostic-port", "--dport")
{
Description = "The path to a diagnostic port to be used."
Description = "The path to a diagnostic port to be used. Must be a runtime connect port."
};

private static Command AnalyzeCommand()
Expand Down
Loading