diff --git a/Scripts/close-onedrive.ps1 b/Scripts/close-one-drive.ps1 similarity index 66% rename from Scripts/close-onedrive.ps1 rename to Scripts/close-one-drive.ps1 index 0176d153..69188104 100755 --- a/Scripts/close-onedrive.ps1 +++ b/Scripts/close-one-drive.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Closes Microsoft's OneDrive folder + Closes Microsoft's OneDrive .DESCRIPTION - This script closes Microsoft's OneDrive folder gracefully. + This script closes Microsoft's OneDrive gracefully. .EXAMPLE - PS> ./close-onedrive + PS> ./close-one-drive .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-onedrive-folder.ps1 b/Scripts/open-one-drive.ps1 similarity index 84% rename from Scripts/open-onedrive-folder.ps1 rename to Scripts/open-one-drive.ps1 index c565416b..67d1aba7 100755 --- a/Scripts/open-onedrive-folder.ps1 +++ b/Scripts/open-one-drive.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Opens the user's OneDrive folder + Opens Microsoft's OneDrive .DESCRIPTION This script launches Microsoft OneDrive with the user's OneDrive folder. .EXAMPLE - PS> ./open-onedrive + PS> ./open-one-drive .NOTES Author: Markus Fleschutz · License: CC0 .LINK