From d9f65fd00d112ef68d35c6954b12b21af88be71e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 1 Dec 2021 12:23:03 +0100 Subject: [PATCH] Simple rename --- Docs/VoiceControl.md | 2 +- Scripts/{check-timezone.ps1 => check-time-zone.ps1} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Scripts/{check-timezone.ps1 => check-time-zone.ps1} (95%) 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