diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 12:47:02 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 12:47:02 +0400 |
commit | 7ab8790e050dd534f69ded67c4488fcf1fa5b328 (patch) | |
tree | 12e71bde82e120d89c55a66a0b2ba5b87d6b05e6 | |
parent | ac6122caeb4b5831754cb526b319be8de5d746c9 (diff) |
slight: small change in error output
-rwxr-xr-x | scripts/slight | 3 |
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 |