diff --git a/Scripts/save-screenshot.ps1 b/Scripts/save-screenshot.ps1 index 275f35f4..3d098add 100755 --- a/Scripts/save-screenshot.ps1 +++ b/Scripts/save-screenshot.ps1 @@ -1,12 +1,13 @@ <# .SYNOPSIS - Takes a single screenshot and saves it into a folder + Saves a single screenshot .DESCRIPTION This script takes a single screenshot and saves it into a target folder (the user's pictures folder by default). .PARAMETER Directory Specifies the target directory (the user's pictures folder by default) .EXAMPLE - PS> ./save-screenshot C:\Temp + PS> ./save-screenshot + ✔️ screenshot saved to C:\Users\Markus\Pictures\2021-10-10T14-33-22.png .NOTES Author: Markus Fleschutz · License: CC0 .LINK