diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 4559177d..2309c72e 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -97,7 +97,7 @@ Computer, open `name` settings Computer, check `name` ---------------------- * let the computer check something. -* replace `name` by: "CPU", "date", "DNS", "operating system", "ping", "swap space", "time", "timezone", or "up-time". +* replace `name` by: "CPU", "date", "DNS", "operating system", "ping", "swap space", "time", "time zone", or "up-time". ๐ Audio diff --git a/Scripts/check-timezone.ps1 b/Scripts/check-time-zone.ps1 similarity index 95% rename from Scripts/check-timezone.ps1 rename to Scripts/check-time-zone.ps1 index 2a6172c2..8ef720e3 100755 --- a/Scripts/check-timezone.ps1 +++ b/Scripts/check-time-zone.ps1 @@ -4,7 +4,7 @@ .DESCRIPTION This script determines and returns the current time zone. .EXAMPLE - PS> ./check-timezone + PS> ./check-time-zone .NOTES Author: Markus Fleschutz ยท License: CC0 .LINK