Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-16 12:31:08 +02:00
parent 09aa1fee33
commit 053b26c578
7 changed files with 26 additions and 12 deletions

View File

@ -1,8 +1,10 @@
<#
.SYNOPSIS
Speaks a countdown by text-to-speech (TTS)
Speaks a countdown by text-to-speech
.DESCRIPTION
speak-countdown.ps1 [StartNumber]
This scripts speaks a countdown by text-to-speech (TTS).
.PARAMETER StartNumber
Specifies the number to start from
.EXAMPLE
PS> ./speak-countdown 60
.NOTES