From 7ab8790e050dd534f69ded67c4488fcf1fa5b328 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 26 Jul 2024 12:47:02 +0400 Subject: slight: small change in error output --- scripts/slight | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3