mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment header
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.SYNOPSIS
|
||||
Lists the installed text-to-speech voices
|
||||
.DESCRIPTION
|
||||
This script lists the installed text-to-speech (TTS) voices.
|
||||
This PowerShell script lists the installed text-to-speech (TTS) voices.
|
||||
.EXAMPLE
|
||||
PS> ./list-voices
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
---- ------- ------ ---
|
||||
Microsoft David Desktop en-US Male Adult
|
||||
Microsoft Zira Desktop en-US Female Adult
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
#Requires -Version 2.0
|
||||
|
Reference in New Issue
Block a user