summaryrefslogtreecommitdiff
path: root/src/backlight
diff options
context:
space:
mode:
Diffstat (limited to 'src/backlight')
-rw-r--r--src/backlight/backlight.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
index d1b6a81e33..717f0475ca 100644
--- a/src/backlight/backlight.c
+++ b/src/backlight/backlight.c
@@ -33,12 +33,12 @@ static int help(void) {
"\n%sSave and restore backlight brightness at shutdown and boot.%s\n\n"
" save Save current brightness\n"
" load Set brightness to be the previously saved value\n"
- "\nSee the %s for details.\n"
- , program_invocation_short_name
- , program_invocation_short_name
- , ansi_highlight(), ansi_normal()
- , link
- );
+ "\nSee the %s for details.\n",
+ program_invocation_short_name,
+ program_invocation_short_name,
+ ansi_highlight(),
+ ansi_normal(),
+ link);
return 0;
}