summaryrefslogtreecommitdiff
path: root/scripts/svol
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-20 17:16:00 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-20 17:16:00 +0400
commit15c47cb8c7d5662be0fdb68800cedaa133949b56 (patch)
tree19a70113bcc9b3a8adebd2a33b2fdd074f31dc42 /scripts/svol
parent45f88070196a67fae791dd1bc99d9b4e2610803c (diff)
style (scripts): use spaces instead of tabs in help messages
Diffstat (limited to 'scripts/svol')
-rwxr-xr-xscripts/svol13
1 files changed, 6 insertions, 7 deletions
diff --git a/scripts/svol b/scripts/svol
index f0765bb..ec60450 100755
--- a/scripts/svol
+++ b/scripts/svol
@@ -5,14 +5,13 @@
help() {
cat << EOF
${0}: Wrapper script to change volume
-
options:
- -i [Vol] Increase volume by Vol
- -d [Vol] Decrease volume by Vol
- -s [Vol] Set volume to Vol
- -p Show the current volume
- -t Toggle between mute and unmute
- -h Print this message and exit
+ -i [Vol] Increase volume by Vol
+ -d [Vol] Decrease volume by Vol
+ -s [Vol] Set volume to Vol
+ -p Show the current volume
+ -t Toggle between mute and unmute
+ -h Print this message and exit
EOF
exit 0