Skip to content

Commit 9bb6760

Browse files
authored
Fix formatting for dotnet-gcdump --dsrouter command (#50583)
It was missing the closing backtick and the options should be enclosed in <> rather than {}
1 parent a633a6d commit 9bb6760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/dotnet-gcdump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dotnet-gcdump collect [-h|--help] [-p|--process-id <pid>] [-o|--output <gcdump-f
127127

128128
By default, dotnet-gcdump listens at the specified address. You can request dotnet-gcdump to connect instead by appending `,connect` after the address. For example, `--diagnostic-port /foo/tool1.socket,connect` will connect to a .NET runtime process that's listening to the `/foo/tool1.socket` Unix domain socket.
129129

130-
- **`--dsrouter {ios|ios-sim|android|android-emu}**
130+
- **`--dsrouter <ios|ios-sim|android|android-emu>`**
131131

132132
Starts [dotnet-dsrouter](dotnet-dsrouter.md) and connects to it. Requires [dotnet-dsrouter](dotnet-dsrouter.md) to be installed. Run `dotnet-dsrouter -h` for more information.
133133

0 commit comments

Comments
 (0)