mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
.SYNOPSIS
|
||||
Writes text in a red foreground color
|
||||
.DESCRIPTION
|
||||
write-red.ps1 [<text>]
|
||||
This script writes text in a red foreground color.
|
||||
.PARAMETER text
|
||||
Specifies the text to write
|
||||
.EXAMPLE
|
||||
PS> ./write-red "Hello World"
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user