diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:24:30 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:24:30 +0400 |
| commit | f1ac6e645ace0f5f014cce85578e55ad356345ba (patch) | |
| tree | f93e53d268f6bd1cb0b2e45f00a8cf802579380c /scripts/cli/slight | |
| parent | f59f694e4e35ab2e1f1bba9b17b0b2fed60b5d38 (diff) | |
fix: use `progname` instead of `${0}` in help message
Diffstat (limited to 'scripts/cli/slight')
| -rwxr-xr-x | scripts/cli/slight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cli/slight b/scripts/cli/slight index 4efbf19..d239d8e 100755 --- a/scripts/cli/slight +++ b/scripts/cli/slight @@ -5,7 +5,7 @@ help() { cat << EOF -${0}: Wrapper script to change backlight +${progname}: Wrapper script to change backlight options: -i [Brg] Increase backlight by Brg -d [Brg] Decrease backlight by Brg |
