From 08140a4f5910ba14e6efaa22aa0435d7637d8774 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 25 Mar 2022 10:03:25 +0100 Subject: [PATCH] Update turn-volume-down.ps1 --- Scripts/turn-volume-down.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/turn-volume-down.ps1 b/Scripts/turn-volume-down.ps1 index 8f43a99a..5439123f 100755 --- a/Scripts/turn-volume-down.ps1 +++ b/Scripts/turn-volume-down.ps1 @@ -1,6 +1,6 @@ <# .SYNOPSIS - Turns the audio volume down (-10% by default) + Turns the audio volume down .DESCRIPTION This PowerShell script turns the audio volume down (by -10% by default). .PARAMETER percent @@ -10,7 +10,7 @@ .LINK https://github.com/fleschutz/PowerShell .NOTES - Author: Markus Fleschutz / License: CC0 + Author: Markus Fleschutz | License: CC0 #> param([int]$percent = 10)