diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/TestConnectionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/TestConnectionCommand.cs index dee14db714a..279a8f9f0bd 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/TestConnectionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/TestConnectionCommand.cs @@ -85,14 +85,14 @@ public class TestConnectionCommand : PSCmdlet /// /// The number of times the Ping data packets can be forwarded by routers. /// As gateways and routers transmit packets through a network, - /// they decrement the CurrentMTUSize Time-to-Live (TTL) value found in the packet header. + /// they decrement the Time-to-Live (TTL) value found in the packet header. /// The default (from Windows) is 128 hops. /// [Parameter(ParameterSetName = ParameterSetPingCount)] [Parameter(ParameterSetName = ParameterSetPingContinues)] [Parameter(ParameterSetName = ParameterSetTraceRoute)] [ValidateRange(0, sMaxHops)] - [Alias("Ttl")] + [Alias("Ttl", "TimeToLive", "Hops")] public int MaxHops { get; set; } = sMaxHops; private const int sMaxHops = 128; diff --git a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj index 802f23711a1..16f8139e154 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj +++ b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj @@ -67,7 +67,7 @@ - + diff --git a/src/Microsoft.PowerShell.MarkdownRender/Microsoft.PowerShell.MarkdownRender.csproj b/src/Microsoft.PowerShell.MarkdownRender/Microsoft.PowerShell.MarkdownRender.csproj index 52ecd752c2f..975e7757823 100644 --- a/src/Microsoft.PowerShell.MarkdownRender/Microsoft.PowerShell.MarkdownRender.csproj +++ b/src/Microsoft.PowerShell.MarkdownRender/Microsoft.PowerShell.MarkdownRender.csproj @@ -9,7 +9,7 @@ - +