Skip to content

Commit 41b9ecc

Browse files
KevinMarquetteSean Wheeler
authored and
Sean Wheeler
committed
#5816 add message and msg alias to Write-Information and Write-Host (#2141)
1 parent e253bf6 commit 41b9ecc

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)