From 79b2f7e4cfcedb9c45bbf294014cc660ab96bce1 Mon Sep 17 00:00:00 2001 From: KevinMarquette Date: Mon, 19 Feb 2018 16:22:42 -0800 Subject: [PATCH] #5816 add message and msg alias to Write-Information and Write-Host --- reference/6/Microsoft.PowerShell.Utility/Write-Host.md | 2 +- reference/6/Microsoft.PowerShell.Utility/Write-Information.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Utility/Write-Host.md b/reference/6/Microsoft.PowerShell.Utility/Write-Host.md index 1a7a2e14ff53..bbdd6eacf4a3 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Write-Host.md +++ b/reference/6/Microsoft.PowerShell.Utility/Write-Host.md @@ -166,7 +166,7 @@ Objects to display in the host. ```yaml Type: Object Parameter Sets: (All) -Aliases: +Aliases: Message, Msg Required: False Position: 0 diff --git a/reference/6/Microsoft.PowerShell.Utility/Write-Information.md b/reference/6/Microsoft.PowerShell.Utility/Write-Information.md index 2cd33ed36739..cdc178f96512 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Write-Information.md +++ b/reference/6/Microsoft.PowerShell.Utility/Write-Information.md @@ -105,7 +105,7 @@ An example is "Test complete." ```yaml Type: Object Parameter Sets: (All) -Aliases: Msg +Aliases: Message, Msg Required: True Position: 1