Skip to content

Commit 16489cb

Browse files
committed
Update the speak-*.ps1 scripts
1 parent 001c19a commit 16489cb

22 files changed

+24
-24
lines changed

Scripts/speak-arabic.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-arabic "أهلاً"
9+
PS> ./speak-arabic.ps1 "أهلاً"
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-checklist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER Name
77
Specifies the name of the checklist
88
.EXAMPLE
9-
PS> ./speak-checklist
9+
PS> ./speak-checklist.ps1
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-countdown.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER StartNumber
77
Specifies the number to start from (10 by default)
88
.EXAMPLE
9-
PS> ./speak-countdown 60
9+
PS> ./speak-countdown.ps1 60
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-danish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-danish Hej
9+
PS> ./speak-danish.ps1 Hej
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-dutch.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-dutch Hallo
9+
PS> ./speak-dutch.ps1 Hallo
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-english.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-english Hi
9+
PS> ./speak-english.ps1 Hi
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-file.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER File
77
Specifies the path to the text file
88
.EXAMPLE
9-
PS> ./speak-file C:\MyFile.txt
9+
PS> ./speak-file.ps1 C:\MyFile.txt
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-french.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-french Salut
9+
PS> ./speak-french.ps1 Salut
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-german.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-german Hallo
9+
PS> ./speak-german.ps1 Hallo
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

Scripts/speak-greek.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.PARAMETER text
77
Specifies the text to speak
88
.EXAMPLE
9-
PS> ./speak-greek "γεια"
9+
PS> ./speak-greek.ps1 "γεια"
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES

0 commit comments

Comments
 (0)