diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 12:50:24 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 12:50:24 +0400 |
commit | 69be65d504763b89b4d6c1a35352bbdbc0d9c24c (patch) | |
tree | 4ff06a8fb4f898c218ce7a216e7099f5803d2622 /scripts/slight | |
parent | 7ab8790e050dd534f69ded67c4488fcf1fa5b328 (diff) |
slight: small error output change
Diffstat (limited to 'scripts/slight')
-rwxr-xr-x | scripts/slight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight index 1f37975..118ade0 100755 --- a/scripts/slight +++ b/scripts/slight @@ -27,7 +27,7 @@ run() { } if ! command -v brightnessctl > /dev/null 2>&1; then - err "brightnessctl must be installed" + err "${0}: brightnessctl must be installed" fi if [ $# != 1 ] && [ $# != 2 ]; then |