diff --git a/WindowsServerDocs/administration/windows-commands/ping.md b/WindowsServerDocs/administration/windows-commands/ping.md index 60d8c838db..9866c7e037 100644 --- a/WindowsServerDocs/administration/windows-commands/ping.md +++ b/WindowsServerDocs/administration/windows-commands/ping.md @@ -28,7 +28,7 @@ ping [/t] [/a] [/n ] [/l ] [/f] [/I ] [/v ] [/r ] | Parameter | Description | |:--:|---| -| /t | Specifies ping continue sending echo Request messages to the destination until interrupted. To interrupt and display statistics, press CTRL+ENTER. To interrupt and quit this command, press CTRL+C. | +| /t | Specifies ping continue sending echo Request messages to the destination until interrupted. To interrupt and display statistics, press CTRL+BREAK. To interrupt and quit this command, press CTRL+C. | | /a | Specifies reverse name resolution be performed on the destination IP address. If this operation is successful, ping displays the corresponding host name. | | /n `` | Specifies the number of echo Request messages be sent. The default is 4. | | /l `` | Specifies the length, in bytes, of the **Data** field in the echo Request messages. The default is 32. The maximum size is 65,500. |