Skip to content

Commit 79b2f7e

Browse files
MicrosoftDocs#5816 add message and msg alias to Write-Information and Write-Host
1 parent 41c2eba commit 79b2f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Utility/Write-Host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Objects to display in the host.
166166
```yaml
167167
Type: Object
168168
Parameter Sets: (All)
169-
Aliases:
169+
Aliases: Message, Msg
170170

171171
Required: False
172172
Position: 0

reference/6/Microsoft.PowerShell.Utility/Write-Information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ An example is "Test complete."
105105
```yaml
106106
Type: Object
107107
Parameter Sets: (All)
108-
Aliases: Msg
108+
Aliases: Message, Msg
109109

110110
Required: True
111111
Position: 1

0 commit comments

Comments
 (0)