mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the manuals
This commit is contained in:
@ -72,7 +72,7 @@ try {
|
||||
"----------"
|
||||
"``````powershell"
|
||||
$Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n").Trim()
|
||||
$Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "")
|
||||
$Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "PS> ")
|
||||
if ($Syntax -ne "") {
|
||||
"$Syntax"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This PowerShell script lists the installed text-to-speech (TTS) voices.
|
||||
.EXAMPLE
|
||||
PS> ./list-voices
|
||||
PS> ./list-voices.ps1
|
||||
|
||||
Name Culture Gender Age
|
||||
---- ------- ------ ---
|
||||
|
Reference in New Issue
Block a user