diff options
Diffstat (limited to 'scripts')
-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 |