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