summaryrefslogtreecommitdiff
path: root/scripts/slight
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/slight
parent45f88070196a67fae791dd1bc99d9b4e2610803c (diff)
style (scripts): use spaces instead of tabs in help messages
Diffstat (limited to 'scripts/slight')
-rwxr-xr-xscripts/slight13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/slight b/scripts/slight
index 0f8cba0..1562eb9 100755
--- a/scripts/slight
+++ b/scripts/slight
@@ -5,17 +5,18 @@
help() {
cat << EOF
${0}: Wrapper script to change backlight
-
options:
- -i [Brg] Increase backlight by Brg
- -d [Brg] Decrease backlight by Brg
- -s [Brg] Set backlight to Brg
- -p Show the current backlight
- -h Print this message and exit
+ -i [Brg] Increase backlight by Brg
+ -d [Brg] Decrease backlight by Brg
+ -s [Brg] Set backlight to Brg
+ -p Show the current backlight
+ -h Print this message and exit
NOTE: Script interprets values as percentages
EOF
+help
+
exit 0
}