From 15c47cb8c7d5662be0fdb68800cedaa133949b56 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 20 Jun 2025 17:16:00 +0400 Subject: style (scripts): use spaces instead of tabs in help messages --- scripts/slight | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scripts/slight') 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 } -- cgit v1.2.3