summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-26 12:47:02 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-26 12:47:02 +0400
commit7ab8790e050dd534f69ded67c4488fcf1fa5b328 (patch)
tree12e71bde82e120d89c55a66a0b2ba5b87d6b05e6 /scripts
parentac6122caeb4b5831754cb526b319be8de5d746c9 (diff)
slight: small change in error output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/slight3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight
index c3f5309..1f37975 100755
--- a/scripts/slight
+++ b/scripts/slight
@@ -31,7 +31,8 @@ if ! command -v brightnessctl > /dev/null 2>&1; then
fi
if [ $# != 1 ] && [ $# != 2 ]; then
- err "${0}: Invalid usage\nTry '$0 -h' for help."
+ err "${0}: Invalid usage
+Try '$0 -h' for help."
fi
while getopts "i:d:s:ph" option; do