diff options
Diffstat (limited to 'scripts/slight')
-rwxr-xr-x | scripts/slight | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/slight b/scripts/slight index 0f8cba0..1562eb9 100755 --- a/scripts/slight +++ b/scripts/slight @@ -5,17 +5,18 @@ help() { cat << EOF ${0}: Wrapper script to change backlight - options: - -i [Brg] Increase backlight by Brg - -d [Brg] Decrease backlight by Brg - -s [Brg] Set backlight to Brg - -p Show the current backlight - -h Print this message and exit + -i [Brg] Increase backlight by Brg + -d [Brg] Decrease backlight by Brg + -s [Brg] Set backlight to Brg + -p Show the current backlight + -h Print this message and exit NOTE: Script interprets values as percentages EOF +help + exit 0 } |